Type Definition lazy_pool::Result

source ·
pub type Result<T> = StdResult<T, LazyPoolError>;