Trait teo_runtime::middleware::creator::Creator
source · pub trait Creator {
// Required method
fn call(
&self,
arguments: Arguments
) -> BoxFuture<'static, Result<&'static dyn Middleware>>;
}