Skip to main content

HookType

Trait HookType 

Source
pub trait HookType:
    Sealed
    + Clone
    + Send
    + Sync
    + 'static {
    type Output;
}

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§