Skip to main content

rsiot/components/cmp_derive_new/
buffer_bound.rs

1/// Ограничение на структуру буфера
2pub trait BufferBound
3where
4    Self: Clone + Default + Send + Sync,
5{
6}