Struct tsukuyomi::app::builder::Mount [−][src]
pub struct Mount<P, F>(pub P, pub F);
A helper struct for instantiating a ScopeConfig from a prefix URI and a function.
Trait Implementations
impl<P: Debug, F: Debug> Debug for Mount<P, F>[src]
impl<P: Debug, F: Debug> Debug for Mount<P, F>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<P, F> ScopeConfig for Mount<P, F> where
P: AsRef<str>,
F: FnOnce(&mut Scope), [src]
impl<P, F> ScopeConfig for Mount<P, F> where
P: AsRef<str>,
F: FnOnce(&mut Scope),