[][src]Function vicuna::handler::default_handler

pub fn default_handler<E>() -> Handler<E>

A default handler which returns a successful response.

This is often useful as the beginning of a handler which will be wrapped with middleware.