Skip to main content

IStream_2

Trait IStream_2 

Source
pub trait IStream_2: IObject {
    // Provided methods
    fn m_stack(self) -> Stack_1<Stream_Info> { ... }
    fn set_m_stack(self, value: Stack_1<Stream_Info>) { ... }
}

Provided Methods§

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§