Function write_text

Source
pub fn write_text<P: AsRef<Path>, S: AsRef<str>>(
    src: P,
    text: S,
    trunc: bool,
) -> Option<usize>