Function squark::handler [] [src]

pub fn handler<A, H, F>(
    hash: H,
    f: F
) -> (u64, String, Box<Fn(HandlerArg) -> Option<A>>) where
    H: Hash,
    F: Fn(HandlerArg) -> Option<A> + 'static,