Skip to main content

IUndisposableStream

Trait IUndisposableStream 

Source
pub trait IUndisposableStream: IStream {
    // Provided methods
    fn m_stream(self) -> Stream { ... }
    fn set_m_stream(self, value: Stream) { ... }
}

Provided Methods§

Source

fn m_stream(self) -> Stream

Source

fn set_m_stream(self, value: Stream)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§