Trait atat::derive::AtatLen[][src]

pub trait AtatLen {
    const LEN: usize;
}
Expand description

Trait used by atat_derive to estimate lengths of the serialized commands, at compile time.

Associated Constants

Implementations on Foreign Types

Implementors