Trait IPrinterScriptableStream_Impl
pub trait IPrinterScriptableStream_Impl: IPrinterScriptableSequentialStream_Impl {
// Required methods
fn Commit(&self) -> Result<()>;
fn Seek(&self, loffset: i32, streamseek: STREAM_SEEK) -> Result<i32>;
fn SetSize(&self, lsize: i32) -> Result<()>;
}
Required Methods§
fn Commit(&self) -> Result<()>
fn Seek(&self, loffset: i32, streamseek: STREAM_SEEK) -> Result<i32>
fn SetSize(&self, lsize: i32) -> Result<()>
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.