pub trait IFileStream_WriteDelegateMethods: IFileStream_WriteDelegate {
// Provided methods
fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
fn invoke(
self,
buffer: impl Into<Array<u8>>,
offset: impl Into<i32>,
count: impl Into<i32>,
) { ... }
}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: IFileStream_WriteDelegate> IFileStream_WriteDelegateMethods for __T
Available on crate feature
system-io-filestream only.