Skip to main content

BufferBound

Trait BufferBound 

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

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

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

#[derive(Clone, Debug, Default, Deserialize,PartialEq, 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§