Type Definition at_api_rs::error::Result[][src]

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

The base Result type which is used in the library.