Trait rustc_borrowck::facts::FactCell
source · trait FactCell {
// Required method
fn to_string(&self, location_table: &LocationTable) -> String;
}
trait FactCell {
// Required method
fn to_string(&self, location_table: &LocationTable) -> String;
}