pub trait MetaFavoriteAssociateSignature: MetaTypewhere
Self::Signature: FavoriteAssociateSignature,{
// Provided methods
fn factor_fav_assoc(&self) -> (Self, Self) { ... }
fn fav_assoc(&self) -> Self { ... }
fn is_fav_assoc(&self) -> bool { ... }
}Provided Methods§
fn factor_fav_assoc(&self) -> (Self, Self)
fn fav_assoc(&self) -> Self
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.