[][src]Trait yy_boss::ViewPathLocationExt

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

Required methods

fn component_paths(&self) -> Skip<Split<char>>

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

fn join(&self, other: &str) -> ViewPathLocation

Loading content...

Implementations on Foreign Types

impl ViewPathLocationExt for ViewPathLocation[src]

Loading content...

Implementors

Loading content...