Trait rustc_mir_dataflow::move_paths::abs_domain::Lift[][src]

pub trait Lift {
    type Abstract;
    fn lift(&self) -> Self::Abstract;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors