pub trait RuntimePlugin: Debug {
// Required method
fn configure(
&self,
cfg: &mut ConfigBag,
interceptors: &mut InterceptorRegistrar
) -> Result<(), BoxError>;
}pub trait RuntimePlugin: Debug {
// Required method
fn configure(
&self,
cfg: &mut ConfigBag,
interceptors: &mut InterceptorRegistrar
) -> Result<(), BoxError>;
}