Type Definition polarization::jones::common::Result[][src]

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

The result type used by jones.

Each error contains an ErrorKind to indicate the kind of error encountered.