Trait irox_tools::uuid::UUIDReader
source · pub trait UUIDReader {
// Required method
fn read_uuid(&mut self) -> Result<UUID, Error>;
}Expand description
A trait that can be applied to a Reader, or other bit stream.
pub trait UUIDReader {
// Required method
fn read_uuid(&mut self) -> Result<UUID, Error>;
}A trait that can be applied to a Reader, or other bit stream.