Trait couchdb::IntoDatabasePath [] [src]

pub trait IntoDatabasePath {
    fn into_database_path(self) -> Result<DatabasePath, Error>;
}

Trait for converting a type into a DatabasePath.

Required Methods

fn into_database_path(self) -> Result<DatabasePath, Error>

Converts self into a DatabasePath.

Implementors