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

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

A type alias for results that may contain a RING Error.