pub trait FrameSize: Copy + Default {
    const DFF: bool;
}

Required Associated Constants

Implementations on Foreign Types

Implementors