Trait rustc_mir::borrow_check::nll::facts::FactRow [−][src]
trait FactRow { fn write(
&self,
out: &mut File,
location_table: &LocationTable
) -> Result<(), Box<Error>>; }
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Required Methods
fn write(
&self,
out: &mut File,
location_table: &LocationTable
) -> Result<(), Box<Error>>
&self,
out: &mut File,
location_table: &LocationTable
) -> Result<(), Box<Error>>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Implementations on Foreign Types
impl FactRow for RegionVid
[src]
impl FactRow for RegionVid
impl<A, B> FactRow for (A, B) where
A: FactCell,
B: FactCell,
[src]
impl<A, B> FactRow for (A, B) where
A: FactCell,
B: FactCell,
impl<A, B, C> FactRow for (A, B, C) where
A: FactCell,
B: FactCell,
C: FactCell,
[src]
impl<A, B, C> FactRow for (A, B, C) where
A: FactCell,
B: FactCell,
C: FactCell,
impl<A, B, C, D> FactRow for (A, B, C, D) where
A: FactCell,
B: FactCell,
C: FactCell,
D: FactCell,
[src]
impl<A, B, C, D> FactRow for (A, B, C, D) where
A: FactCell,
B: FactCell,
C: FactCell,
D: FactCell,