Type Alias postgresql_archive::Result
source · pub type Result<T, E = ArchiveError> = Result<T, E>;Expand description
PostgreSQL archive result type
Aliased Type§
enum Result<T, E = ArchiveError> {
Ok(T),
Err(E),
}pub type Result<T, E = ArchiveError> = Result<T, E>;PostgreSQL archive result type
enum Result<T, E = ArchiveError> {
Ok(T),
Err(E),
}