A8

Trait A8 

Source
pub trait A8<A> {
    // Required method
    fn a8(arg8: A) -> Self;
}

Required Methods§

Source

fn a8(arg8: A) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§