TryAssociated

Trait TryAssociated 

Source
pub trait TryAssociated {
    type AssociatedType;

    // Required method
    fn try_get_associated(&self) -> Option<&'static Self::AssociatedType>;
}
Expand description

WIP: Cannot currently be derived.

Required Associated Types§

Required Methods§

Source

fn try_get_associated(&self) -> Option<&'static Self::AssociatedType>

Implementors§