write_to_writer

Function write_to_writer 

Source
pub fn write_to_writer<W>(writer: W, policy: &Policy) -> Result<(), Error>
where W: Write + Sized,
Expand description

Write the policy object to any implementation of std::io::Write.