macro_rules! to_bytes_le {
    ($($x:expr),*) => { ... };
}
Expand description

Takes as input a sequence of structs, and converts them to a series of little-endian bytes. All traits that implement ToBytes can be automatically converted to bytes in this manner.