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

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

Boxed ErrorKind object.