Skip to main content

IMapBackupListMethods

Trait IMapBackupListMethods 

Source
pub trait IMapBackupListMethods: IMapBackupList {
    // Provided methods
    fn ctor(self) { ... }
    fn serialize(self, stream: impl Into<Stream_2>) { ... }
    fn deserialize(self, stream: impl Into<Stream_2>) { ... }
    fn commit(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn serialize(self, stream: impl Into<Stream_2>)

Serialize(crate::app::stream_2::Stream_2) overload

Source

fn deserialize(self, stream: impl Into<Stream_2>)

Deserialize(crate::app::stream_2::Stream_2) overload

Source

fn commit(self)

Commit() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IMapBackupList> IMapBackupListMethods for __T

Available on crate feature app-mapbackuplist only.