pub trait Length {
    const LENGTH: usize;
}
Expand description

Length trait for items with a fixed length.

Required Associated Constants§

source

const LENGTH: usize

The fixed length of an item

Implementors§

source§

impl Length for SdEntry

Provides the fixed length of a SdEntry

source§

const LENGTH: usize = 16usize

source§

impl Length for Header

Provides the fixed length of a Header

source§

const LENGTH: usize = 16usize