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

type BoxErrorKind = Box<dyn ErrorKind + Send + Sync>;

Boxed ErrorKind object.