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

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

Boxed ErrorKind object.