Trait font_types::FixedSized
source · [−]pub trait FixedSized: Sized {
const RAW_BYTE_LEN: usize;
}
Expand description
A trait for types that have a known size.
Required Associated Constants
sourceconst RAW_BYTE_LEN: usize
const RAW_BYTE_LEN: usize
The number of bytes required to encode this type.