Skip to main content

TemplateResourceHandler

Type Alias TemplateResourceHandler 

Source
pub type TemplateResourceHandler = fn(uri: &str, vars: &HashMap<String, String>) -> Result<ResourceContents, String>;
Expand description

Handler for a URI template match: receives the request URI and extracted {name} values.