Trait associated::TryAssociated[][src]

pub trait TryAssociated {
    type AssociatedType;
    fn try_get_associated(&self) -> Option<&'static Self::AssociatedType>;
}
Expand description

WIP: Cannot currently be derived.

Associated Types

Required methods

Implementors