[][src]Trait yy_boss::ViewPathLocationExt

pub trait ViewPathLocationExt {
    pub fn component_paths(&self) -> Skip<Split<'_, char>>;
pub fn join<S: AsRef<str>>(&self, other: S) -> ViewPathLocation; }

Required methods

pub fn component_paths(&self) -> Skip<Split<'_, char>>[src]

Iterates over the folder subpaths -- not including the root folders. This can, therefore, be empty.

pub fn join<S: AsRef<str>>(&self, other: S) -> ViewPathLocation[src]

Loading content...

Implementations on Foreign Types

impl ViewPathLocationExt for ViewPathLocation[src]

Loading content...

Implementors

Loading content...