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

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§