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

Required Methods

Implementors