Function fstream::write_text [] [src]

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