Skip to main content

FactCell

Trait FactCell 

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

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl FactCell for Local

Source§

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

Source§

impl FactCell for MovePathIndex

Source§

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

Source§

impl FactCell for RegionVid

Source§

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

Implementors§