Function read_to_string

Source
pub fn read_to_string<P>(p: P) -> RvResult<String>
where P: AsRef<Path> + Debug,