Trait salt::StackHandler [] [src]

pub trait StackHandler: Send + Sync {
    type Handler: Handler + 'static;
    fn call(&self, next: BoxHandler) -> Self::Handler;
}

Associated Types

Required Methods

Implementors