Type Definition ruspiro_error::BoxError[][src]

type BoxError = Box<dyn Error + Send>;

The type that shall be used as Error type when returning a Result. This allows the usage of the ? operator on functions or methods.