Function serde_yaml::to_writer
source · [−]Expand description
Serialize the given data structure as YAML into the IO stream.
Serialization can fail if T
’s implementation of Serialize
decides to
return an error.
Serialize the given data structure as YAML into the IO stream.
Serialization can fail if T
’s implementation of Serialize
decides to
return an error.