Type Definition cop::offset::OArgs[][src]

type OArgs<'t, C> = Offset<&'t Args<C, usize>>;

Implementations

impl<'t, C: Eq> OArgs<'t, C>[src]

pub fn eq_mod(self, sub: &Sub<'t, C>, other: Self) -> bool[src]

pub fn unify(self, sub: &mut Sub<'t, C>, other: Self) -> bool[src]

Trait Implementations

impl<'t, C: Display> Display for OArgs<'t, C>[src]