Trait couchdb::IntoDesignDocumentPath [] [src]

pub trait IntoDesignDocumentPath {
    fn into_design_document_path(self) -> Result<DesignDocumentPath, Error>;
}

Trait for converting a type into a DesignDocumentPath.

Required Methods

fn into_design_document_path(self) -> Result<DesignDocumentPath, Error>

Converts self into a DesignDocumentPath.

Implementors