FeedPersistence

Trait FeedPersistence 

Source
pub trait FeedPersistence:
    RandomAccess
    + Debug
    + Send
    + 'static { }
Expand description

Type for a feed’s persistence

Implementors§

Source§

impl<T> FeedPersistence for T
where T: RandomAccess + Debug + Send + 'static,