Function covert_framework::read

source ·
pub fn read<H, T>(handler: H) -> MethodRouterwhere
    H: Handler<T>,
    T: Send + 'static,