Trait couchdb::IntoViewPath [] [src]

pub trait IntoViewPath {
    fn into_view_path(self) -> Result<ViewPath, Error>;
}

Trait for converting a type into a ViewPath.

Required Methods

fn into_view_path(self) -> Result<ViewPath, Error>

Converts self into a ViewPath.

Implementors