Trait hyper_static_server::RoutePathBuilder[][src]

pub trait RoutePathBuilder {
    fn build(
        &self,
        _source_relative: &Path,
        _source_path: &Path,
        _route_prefix_hint: Option<&Path>,
        _route_infix_hint: Option<&Path>
    ) -> PathBuf; }

Required methods

fn build(
    &self,
    _source_relative: &Path,
    _source_path: &Path,
    _route_prefix_hint: Option<&Path>,
    _route_infix_hint: Option<&Path>
) -> PathBuf
[src]

Loading content...

Implementations on Foreign Types

impl RoutePathBuilder for ()[src]

impl RoutePathBuilder for (bool, &str)[src]

Loading content...

Implementors

Loading content...