open_dis_rust/common/
serialized_length.rs

1pub trait SerializedLength {
2    const LENGTH: usize;
3}