Function cargo_gist::read_file [] [src]

pub fn read_file<P>(path: P, b: &mut String) -> Result<usize, Error> where
    P: AsRef<Path>,