Trait rustc_borrowck::facts::FactCell[][src]

trait FactCell {
    fn to_string(&self, location_table: &LocationTable) -> String;
}

Required methods

Implementors