pub trait IBlockRangeList_Impl: Sized + IDispatch_Impl {
    // Required method
    fn BlockRanges(&self) -> Result<*mut SAFEARRAY>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§