pub trait DataType {
    const EXTENT_BYTES: Option<u32>;
}
Expand description

Trait for types that can be encoded into Cyphal transfers, or decoded from transfers

Required Associated Constants§

source

const EXTENT_BYTES: Option<u32>

The sealed or delimited property of this type

Implementors§