Trait aitch::servers::hyper::ServeFunc[][src]

pub trait ServeFunc {
    fn call_box(self: Box<Self>) -> Result<()>;
}

Required Methods

Implementors