Trait rustc_borrowck::type_check::NormalizeLocation

source ·
trait NormalizeLocation: Debug + Copy {
    // Required method
    fn to_locations(self) -> Locations;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NormalizeLocation for Location

Implementors§