Struct specs::ReaderId[][src]

pub struct ReaderId<T> where
    T: 'static, 
{ /* fields omitted */ }

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

Trait Implementations

impl<T> Debug for ReaderId<T> where
    T: 'static + Debug
[src]

Formats the value using the given formatter. Read more

impl<T> Drop for ReaderId<T> where
    T: 'static, 
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<T> Send for ReaderId<T> where
    T: Sync

impl<T> Sync for ReaderId<T> where
    T: Sync