Trait opencv::core::FileNodeIteratorTraitConst
source · pub trait FileNodeIteratorTraitConst {
// Required method
fn as_raw_FileNodeIterator(&self) -> *const c_void;
// Provided methods
fn try_deref(&self) -> Result<FileNode> { ... }
fn remaining(&self) -> Result<size_t> { ... }
fn equal_to(&self, it: &impl FileNodeIteratorTraitConst) -> Result<bool> { ... }
}
Expand description
Constant methods for core::FileNodeIterator
Required Methods§
fn as_raw_FileNodeIterator(&self) -> *const c_void
Provided Methods§
fn equal_to(&self, it: &impl FileNodeIteratorTraitConst) -> Result<bool>
Object Safety§
This trait is not object safe.