pub trait ID2D1CommandList_Impl: Sized + ID2D1Image_Impl {
    // Required methods
    fn Stream(&self, sink: Option<&ID2D1CommandSink>) -> Result<()>;
    fn Close(&self) -> Result<()>;
}

Required Methods§

fn Stream(&self, sink: Option<&ID2D1CommandSink>) -> Result<()>

fn Close(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§