Skip to main content

AndroidHookType

Trait AndroidHookType 

Source
pub trait AndroidHookType:
    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§