pub trait NamespaceDefPreUpdateInterceptor<T: CommandTransaction> {
// Required method
fn intercept(
&self,
ctx: &mut NamespaceDefPreUpdateContext<'_, T>,
) -> Result<()>;
}pub trait NamespaceDefPreUpdateInterceptor<T: CommandTransaction> {
// Required method
fn intercept(
&self,
ctx: &mut NamespaceDefPreUpdateContext<'_, T>,
) -> Result<()>;
}