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