Struct gnudbm::Key [] [src]

pub struct Key<'a>(_);

A key retrieved from a gdbm database.

This type is only used as the return value of RwHandle::iter. It is distinct from [Entry] for the sake of clarity.

Methods

impl<'a> Key<'a>
[src]

[src]

Returns the contents of the key as a slice of bytes.

Trait Implementations

impl<'a> Debug for Key<'a>
[src]

[src]

Formats the value using the given formatter.