Struct amethyst::shrev::ReaderId [−]
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> Drop for ReaderId<T> where
T: 'static,
impl<T> Drop for ReaderId<T> where
T: 'static, impl<T> Debug for ReaderId<T> where
T: 'static + Debug,
impl<T> Debug for ReaderId<T> where
T: 'static + Debug,