convert_to

Function convert_to 

Source
pub fn convert_to(
    string: &str,
    dest_encoding: &str,
    writer: &mut impl Write,
) -> Result<()>