Trait gluesql_git_storage::ResultExt
source · pub trait ResultExt<T, E: ToString> {
// Required method
fn map_storage_err(self) -> Result<T, Error>;
}pub trait ResultExt<T, E: ToString> {
// Required method
fn map_storage_err(self) -> Result<T, Error>;
}