rsiot::components::cmp_filesystem

Trait BufferBound

Source
pub trait BufferBound:
    Clone
    + Debug
    + Default
    + DeserializeOwned
    + Send
    + Serialize
    + Sync { }
Expand description

Ограничения на структуру буфера

На структуре необходимо релизовать:

#[derive(Clone, Debug, Default, Deserialize, Serialize)]

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§