(function() {var type_impls = { "tracing_subscriber":[["
source§

impl<A, B> Write for EitherWriter<A, B>
where\n A: Write,\n B: Write,

source§

fn write(&mut self, buf: &[u8]) -> Result<usize>

Write a buffer into this writer, returning how many bytes were written. Read more
source§

fn flush(&mut self) -> Result<()>

Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read more
source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize>

Like write, except that it writes from a slice of buffers. Read more
source§

fn write_all(&mut self, buf: &[u8]) -> Result<()>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<()>

Writes a formatted string into this writer, returning any error\nencountered. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector #69941)
Determines if this Writer has an efficient write_vectored\nimplementation. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored #70436)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
","Write","tracing_subscriber::fmt::writer::OptionalWriter"],["
source§

impl<A: Eq, B: Eq> Eq for EitherWriter<A, B>

","Eq","tracing_subscriber::fmt::writer::OptionalWriter"],["
source§

impl<A: Debug, B: Debug> Debug for EitherWriter<A, B>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","tracing_subscriber::fmt::writer::OptionalWriter"],["
source§

impl<A, B> StructuralEq for EitherWriter<A, B>

","StructuralEq","tracing_subscriber::fmt::writer::OptionalWriter"],["
source§

impl<A: Clone, B: Clone> Clone for EitherWriter<A, B>

source§

fn clone(&self) -> EitherWriter<A, B>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","tracing_subscriber::fmt::writer::OptionalWriter"],["
source§

impl<A, B> StructuralPartialEq for EitherWriter<A, B>

","StructuralPartialEq","tracing_subscriber::fmt::writer::OptionalWriter"],["
source§

impl<A: Copy, B: Copy> Copy for EitherWriter<A, B>

","Copy","tracing_subscriber::fmt::writer::OptionalWriter"],["
source§

impl<A: PartialEq, B: PartialEq> PartialEq for EitherWriter<A, B>

source§

fn eq(&self, other: &EitherWriter<A, B>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","tracing_subscriber::fmt::writer::OptionalWriter"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})()