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

Required Methods§

Implementors§