Type Definition trackable::error::BoxError [] [src]

type BoxError = Box<Error + Send + Sync>;

Boxed Error object.