Type Definition aur::Result[][src]

type Result<T> = StdResult<T, Error>;

Standard result type for asynchronous functions throughout the library.