Struct riak::stream::KeyStream [] [src]

pub struct KeyStream { /* fields omitted */ }

KeyStream represents a list of keys in a Riak bucket

Methods

impl KeyStream
[src]

constructs a new KeyStream

return a list of all the keys from the stream

return the next group of keys from the stream

Trait Implementations

impl Debug for KeyStream
[src]

Formats the value using the given formatter.