Readable

Trait Readable 

Source
pub trait Readable: for<'de> Deserialize<'de> {
    // Required method
    fn set_from_archive(&mut self, from_archive: bool);
}

Required Methods§

Source

fn set_from_archive(&mut self, from_archive: bool)

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§