Trait aerostream::feedgenerator::Subscription

source ·
pub trait Subscription: Sync + Send {
    // Required method
    fn handler(&mut self, records: Vec<ComAtprotoSyncSubscribereposCommit>);
}
Expand description

Collect PDS commits

Required Methods§

Implementors§