ViewFunc

Type Alias ViewFunc 

Source
pub type ViewFunc = fn(&mut Request<'_, '_, '_>) -> PencilResult;
Expand description

View function type.