ExtractDeps

Trait ExtractDeps 

Source
pub trait ExtractDeps {
    type DepsQueue;

    // Required method
    fn extract(&self) -> Self::DepsQueue;
}
Expand description

Serialize the dependencies of the events in the primary queue

Required Associated Types§

Required Methods§

Source

fn extract(&self) -> Self::DepsQueue

Implementors§