Trait binlog::SubscribeableStore
source · [−]pub trait SubscribeableStore: Store {
type Subscription: Iterator<Item = Result<Entry, Error>>;
fn subscribe(&self, name: Atom) -> Result<Self::Subscription, Error>;
}pub trait SubscribeableStore: Store {
type Subscription: Iterator<Item = Result<Entry, Error>>;
fn subscribe(&self, name: Atom) -> Result<Self::Subscription, Error>;
}