1
2
3
4
pub trait Model {
    const ID: u16;
    const LENGTH: u16;
}