Trait chill::path::IntoViewPath  
                   
                       [−]
                   
               [src]
pub trait IntoViewPath {
    fn into_view_path(self) -> Result<ViewPath, Error>;
}
            Required Methods
fn into_view_path(self) -> Result<ViewPath, Error>
Implementors
impl IntoViewPath for &'static strimpl IntoViewPath for ViewPathimpl<'a, T, U> IntoViewPath for (T, U) where T: IntoDesignDocumentPath, U: Into<ViewName>impl<'a, T, U, V> IntoViewPath for (T, U, V) where T: IntoDatabasePath, U: Into<DesignDocumentName>, V: Into<ViewName>