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

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

Associated Constants

The sealed or delimited property of this type

Implementors