pub trait DictionaryPostCreateInterceptor: Send + Sync {
// Required method
fn intercept<'a>(
&self,
ctx: &mut DictionaryPostCreateContext<'a>,
) -> Result<()>;
}pub trait DictionaryPostCreateInterceptor: Send + Sync {
// Required method
fn intercept<'a>(
&self,
ctx: &mut DictionaryPostCreateContext<'a>,
) -> Result<()>;
}