Trait IStreamBuilder_Impl
pub trait IStreamBuilder_Impl: IUnknownImpl {
// Required methods
fn Render(
&self,
ppinout: Ref<'_, IPin>,
pgraph: Ref<'_, IGraphBuilder>,
) -> Result<()>;
fn Backout(
&self,
ppinout: Ref<'_, IPin>,
pgraph: Ref<'_, IGraphBuilder>,
) -> Result<()>;
}
Required Methods§
fn Render( &self, ppinout: Ref<'_, IPin>, pgraph: Ref<'_, IGraphBuilder>, ) -> Result<()>
fn Backout( &self, ppinout: Ref<'_, IPin>, pgraph: Ref<'_, IGraphBuilder>, ) -> 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.