MetaFavoriteAssociateSignature

Trait MetaFavoriteAssociateSignature 

Source
pub trait MetaFavoriteAssociateSignature: MetaType{
    // Provided methods
    fn factor_fav_assoc(&self) -> (Self, Self) { ... }
    fn fav_assoc(&self) -> Self { ... }
    fn is_fav_assoc(&self) -> bool { ... }
}

Provided Methods§

Source

fn factor_fav_assoc(&self) -> (Self, Self)

Source

fn fav_assoc(&self) -> Self

Source

fn is_fav_assoc(&self) -> bool

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§