pub fn assoc<A, B>(a: A) -> Bwhere
A: Associator<B>,Expand description
Quick shortcut to Associator::assoc that doesn’t require importing the
trait.
pub fn assoc<A, B>(a: A) -> Bwhere
A: Associator<B>,Quick shortcut to Associator::assoc that doesn’t require importing the
trait.