Struct lmdb_zero::Ignore [] [src]

pub struct Ignore;

Empty type used to indicate "don't care" when reading values from LMDB.

FromLmdbBytes is implemented for this type by simply returning its only value without inspecting anything.

Trait Implementations

impl FromLmdbBytes for Ignore
[src]

[src]

Given a byte slice, return an instance of Self described, or Err with an error message if the given byte slice is not an appropriate value. Read more

Auto Trait Implementations

impl Send for Ignore

impl Sync for Ignore