Trait rustc_borrowck::facts::FactCell

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

Required Methods§

source

fn to_string(&self, location_table: &LocationTable) -> String

Implementors§