Trait windows::Win32::Storage::Vss::IVssSnapshotMgmt2_Impl

pub trait IVssSnapshotMgmt2_Impl: Sized {
    // Required method
    fn GetMinDiffAreaSize(&self) -> Result<i64>;
}

Required Methods§

fn GetMinDiffAreaSize(&self) -> Result<i64>

Object Safety§

This trait is not object safe.

Implementors§