pub type Result<T> = Result<T, PgLogstatsError>;Expand description
Result type alias for pg-loggrep operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PgLogstatsError),
}pub type Result<T> = Result<T, PgLogstatsError>;Result type alias for pg-loggrep operations
pub enum Result<T> {
Ok(T),
Err(PgLogstatsError),
}