Trait chill::path::IntoViewPath [] [src]

pub trait IntoViewPath {
    fn into_view_path(self) -> Result<ViewPathError>;
}

Required Methods

fn into_view_path(self) -> Result<ViewPathError>

Implementors