Function fstream::write [] [src]

pub fn write<P: AsRef<Path>, B: AsRef<[u8]>>(
    src: P,
    data: B,
    trunc: bool
) -> Option<usize>