1
0

debug read_u8

This commit is contained in:
Ishan Jain 2022-11-14 16:15:21 +05:30
parent ef32d02ce2
commit df0c43e56a

View File

@ -66,6 +66,7 @@ impl<'a> ColumnValue<'a> {
if let ColumnValue::U8(v) = self {
*v
} else {
println!("{:?}", self);
unreachable!()
}
}