[][src]Function rand::rngs::os::random_device::open

pub fn open<F>(path: &'static str, open_fn: F) -> Result<(), Error> where
    F: Fn(&'static str) -> Result<File, Error>,