pub trait IFileSystemImageResult2_Impl: Sized + IFileSystemImageResult_Impl {
    // Required method
    fn ModifiedBlocks(&self) -> Result<IBlockRangeList>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§