read

Function read 

Source
pub fn read<H, T>(handler: H) -> MethodRouter
where H: Handler<T>, T: Send + 'static,