1
2
3
4
5
#[derive(Clone, Debug, PartialEq)]
pub struct Extension {
    pub t: i8,
    pub data: Vec<u8>,
}