pub type TmpPostgrustResult<T> = Result<T, TmpPostgrustError>;Expand description
Result type for TmpPostgrustError, used by functions in this crate.
Aliased Type§
pub enum TmpPostgrustResult<T> {
Ok(T),
Err(TmpPostgrustError),
}pub type TmpPostgrustResult<T> = Result<T, TmpPostgrustError>;Result type for TmpPostgrustError, used by functions in this crate.
pub enum TmpPostgrustResult<T> {
Ok(T),
Err(TmpPostgrustError),
}