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§
fn m_stack(self) -> Stack_1<Stream_Info>
fn set_m_stack(self, value: Stack_1<Stream_Info>)
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.