Type Alias catalog::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 */);