rustc_borrowck::facts

Trait 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

Implementations on Foreign Types§

Source§

impl FactCell for Local

Source§

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

Source§

impl FactCell for MovePathIndex

Source§

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

Source§

impl FactCell for RegionVid

Source§

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

Implementors§