pub fn lmdbdataset<O0: Into<Output>>( filenames: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for LMDBDataset::new().build(filenames, scope).
LMDBDataset::new().build(filenames, scope)