pub trait IPinnedBufferMemoryStreamMethods: IPinnedBufferMemoryStream {
// Provided methods
fn ctor(self, array: impl Into<Array<u8>>) { ... }
fn finalize(self) { ... }
fn dispose(self, disposing: impl Into<bool>) { ... }
}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§
impl<__T: IPinnedBufferMemoryStream> IPinnedBufferMemoryStreamMethods for __T
Available on crate feature
system-io-pinnedbuffermemorystream only.