Trait rustc_borrowck::prefixes::IsPrefixOf
source · pub(crate) trait IsPrefixOf<'tcx> {
// Required method
fn is_prefix_of(&self, other: PlaceRef<'tcx>) -> bool;
}
pub(crate) trait IsPrefixOf<'tcx> {
// Required method
fn is_prefix_of(&self, other: PlaceRef<'tcx>) -> bool;
}