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