[][src]Trait tide::head::NamedSegment

pub trait NamedSegment: Send + 'static + FromStr {
    const NAME: &'static str;
}

A trait providing the name of a named url segment

Associated Constants

const NAME: &'static str

Loading content...

Implementors

Loading content...