Struct shrev::ReaderId [] [src]

pub struct ReaderId<T> { /* fields omitted */ }

The reader id is used by readers to tell the storage where the last read ended.

Methods

impl<T> ReaderId<T>
[src]

[src]

Create a new reader id

Trait Implementations

impl<T: Debug> Debug for ReaderId<T>
[src]

[src]

Formats the value using the given formatter.

impl<T> Drop for ReaderId<T>
[src]

[src]

Executes the destructor for this type. Read more