Function strkey::ser::to_writer[][src]

pub fn to_writer<W, T>(writer: W, value: &T) -> Result<(), Error> where
    W: Write,
    T: Serialize

Serializes the given value to the writer.