Type Alias ThreadError

Source
pub type ThreadError = Box<dyn Any + Send + 'static>;

Aliased Typeยง

struct ThreadError(/* private fields */);