Type Definition tiberius::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

An alias for a result that holds crate’s error type as the error.