pub trait FromClientHook {
    fn new(_: Box<dyn ClientHook>) -> Self;
}

Required Methods

Implementors