Struct CLIOutput
pub struct CLIOutput;Expand description
Default implementation of Output trait that writes to stdout/stderr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CLIOutput
impl RefUnwindSafe for CLIOutput
impl Send for CLIOutput
impl Sync for CLIOutput
impl Unpin for CLIOutput
impl UnwindSafe for CLIOutput
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