Trait rustc_borrowck::prefixes::IsPrefixOf[][src]

pub trait IsPrefixOf<'tcx> {
    fn is_prefix_of(&self, other: PlaceRef<'tcx>) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors