Trait chill::path::IntoDatabasePath [] [src]

pub trait IntoDatabasePath {
    fn into_database_path(self) -> Result<DatabasePathError>;
}

Required Methods

fn into_database_path(self) -> Result<DatabasePathError>

Implementors