catalog

Type Alias OpenSystemTableHook

source
pub type OpenSystemTableHook = Box<dyn Fn(TableRef) -> BoxFuture<'static, Result<()>> + Send + Sync>;
Expand description

Hook called after system table opening.

Aliased Typeยง

struct OpenSystemTableHook(/* private fields */);