Type Definition aur::Result

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

Standard result type for asynchronous functions throughout the library.