pub type Result<T> = Result<T, PgWireError>;Expand description
Result type alias for pgwire-replication operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PgWireError),
}pub type Result<T> = Result<T, PgWireError>;Result type alias for pgwire-replication operations.
pub enum Result<T> {
Ok(T),
Err(PgWireError),
}