pub trait AnyBoxConstructor {
    fn new(data: LowLevelThreadError) -> Self;
}

Required methods

Implementors