Function bex::io::get

source ·
pub fn get<T: Sized + Clone>(path: &str) -> Result<Vec<T>>
Expand description

attempt to parse the file at the specified path as a binary Vec.