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