Struct SimpleFileWriter
pub struct SimpleFileWriter { /* private fields */ }
Expand description
This allows this crate to be used outside of Copper (ie. decoupling it from the unifiedlog.
Implementations§
§impl SimpleFileWriter
impl SimpleFileWriter
pub fn new(path: &PathBuf) -> Result<SimpleFileWriter, CuError>
Trait Implementations§
§impl Debug for SimpleFileWriter
impl Debug for SimpleFileWriter
§impl WriteStream<CuLogEntry> for SimpleFileWriter
impl WriteStream<CuLogEntry> for SimpleFileWriter
Auto Trait Implementations§
impl Freeze for SimpleFileWriter
impl RefUnwindSafe for SimpleFileWriter
impl Send for SimpleFileWriter
impl Sync for SimpleFileWriter
impl Unpin for SimpleFileWriter
impl UnwindSafe for SimpleFileWriter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more