Function rust_htslib::utils::path_as_bytes[][src]

pub fn path_as_bytes<'a, P: 'a + AsRef<Path>>(
    path: P,
    must_exist: bool
) -> Result<Vec<u8>>
Expand description

Convert a path into a byte-vector