Type Definition viz_core::handler::BoxHandler

source · []
pub type BoxHandler<I = Request, O = Result<Response>> = Box<dyn Handler<I, Output = O>>;

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more