pub trait IFsrmCommittableCollection_Impl: Sized + IFsrmMutableCollection_Impl {
    // Required method
    fn Commit(&self, options: FsrmCommitOptions) -> Result<IFsrmCollection>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§