pub trait MatchTempName {
    fn temp_map(
        &self,
        other: &StringName,
        mapping: HashMap<Name, Name>,
        pos: Position
    ) -> TypeResult<HashMap<Name, Name>>; }

Required Methods§

Implementors§