Struct rustc_mir::borrow_check::nll::facts::FactWriter [−][src]
struct FactWriter<'w> { location_table: &'w LocationTable, dir: &'w Path, }
🔬 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?
Fields
location_table: &'w LocationTable
🔬 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?
dir: &'w Path
🔬 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?
Methods
impl<'w> FactWriter<'w>
[src]
impl<'w> FactWriter<'w>
fn write_facts_to_path<T>(
&self,
rows: &Vec<T>,
file_name: &str
) -> Result<(), Box<Error>> where
T: FactRow,
[src]
fn write_facts_to_path<T>(
&self,
rows: &Vec<T>,
file_name: &str
) -> Result<(), Box<Error>> where
T: FactRow,
🔬 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?
Auto Trait Implementations
impl<'w> Send for FactWriter<'w>
impl<'w> Send for FactWriter<'w>
impl<'w> Sync for FactWriter<'w>
impl<'w> Sync for FactWriter<'w>