Struct rustc_save_analysis::json_dumper::WriteOutput[][src]

pub struct WriteOutput<'b, W: Write + 'b> {
    output: &'b mut W,
}
🔬 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

🔬 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?

Trait Implementations

impl<'b, W: Write> DumpOutput for WriteOutput<'b, W>
[src]

🔬 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<'b, W> Send for WriteOutput<'b, W> where
    W: Send

impl<'b, W> Sync for WriteOutput<'b, W> where
    W: Sync