Function assoc

Source
pub fn assoc<A, B>(a: A) -> B
where A: Associator<B>,
Expand description

Quick shortcut to Associator::assoc that doesn’t require importing the trait.