pub trait InterceptorFactory {
// Required method
fn try_new(&self, ctx: &str) -> Result<InterceptorRef, SqlnessError>;
}
pub trait InterceptorFactory {
// Required method
fn try_new(&self, ctx: &str) -> Result<InterceptorRef, SqlnessError>;
}