Module to_write

Module to_write 

Source

Traitsยง

ToVec
This trait is automatically implemented for all ToWrite impls to allow a struct to be copied into a Vec. This trait is sealed and cannot be implemented manually.
ToWrite
This trait can be used by all structs that can be serialized to a Write.