[][src]Trait c2rust_refactor::matcher::Subst

pub trait Subst {
    fn subst(
        self,
        st: &CommandState,
        cx: &RefactorCtxt,
        bindings: &Bindings
    ) -> Self; }

Required methods

fn subst(
    self,
    st: &CommandState,
    cx: &RefactorCtxt,
    bindings: &Bindings
) -> Self

Loading content...

Implementations on Foreign Types

impl Subst for Ident[src]

impl Subst for P<Expr>[src]

impl Subst for P<Pat>[src]

impl Subst for P<Ty>[src]

impl Subst for Stmt[src]

impl Subst for P<Item>[src]

impl Subst for ImplItem[src]

impl Subst for Vec<Stmt>[src]

impl Subst for Vec<P<Item>>[src]

impl Subst for Vec<ImplItem>[src]

Loading content...

Implementors

Loading content...