anstream::stream

Trait RawStream

source
pub trait RawStream:
    Write
    + IsTerminal
    + Sealed { }
Expand description

Required functionality for underlying std::io::Write for adaptation

Implementations on Foreign Types§

source§

impl RawStream for Vec<u8>

source§

impl RawStream for File

source§

impl RawStream for Stderr

source§

impl RawStream for StderrLock<'_>

source§

impl RawStream for Stdout

source§

impl RawStream for StdoutLock<'_>

source§

impl RawStream for dyn Write

source§

impl RawStream for dyn Write + Send

source§

impl RawStream for dyn Write + Send + Sync

source§

impl<T: RawStream + ?Sized> RawStream for &mut T

source§

impl<T: RawStream + ?Sized> RawStream for Box<T>

Implementors§