Type Definition arti_client::Result

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

Alias for the Result type corresponding to the high-level Error.