[][src]Trait tide_naive_static_files::StaticRootDir

pub trait StaticRootDir {
    fn root_dir(&self) -> &Path;
}

Required methods

fn root_dir(&self) -> &Path

Loading content...

Implementations on Foreign Types

impl<'_, T: StaticRootDir> StaticRootDir for &'_ T[src]

Loading content...

Implementors

Loading content...