Trait RenameWithSubstitution

Source
pub trait RenameWithSubstitution<T> {
    type Output;

    // Required method
    fn rename_with_sub(&self) -> (Self::Output, Substitution<T>);
}

Required Associated Types§

Required Methods§

Source

fn rename_with_sub(&self) -> (Self::Output, Substitution<T>)

Implementations on Foreign Types§

Source§

impl RenameWithSubstitution<IRTerm> for Vec<Literal<IRTerm>>

Implementors§