Function check_handler

Source
pub fn check_handler<T: RequestHandler + 'static>(
    schema: &EndpointSchema,
) -> Result<()>