Trait aoe2_probe::parse::Decode
source · [−]pub trait Decode {
fn from_le_vec(source: &mut Source) -> Result<Self, String>
where
Self: Sized;
}pub trait Decode {
fn from_le_vec(source: &mut Source) -> Result<Self, String>
where
Self: Sized;
}