Type Definition bytecheck::ErrorBox[][src]

pub type ErrorBox<E> = Box<E>;
Expand description

The type used for boxing errors.