1 2 3 4 5 6 7
use crate::classfile::types::U2; #[derive(Debug)] pub struct Version { pub minor: U2, pub major: U2, }