Skip to main content

QueueStateFactory

Trait QueueStateFactory 

Source
pub trait QueueStateFactory<V: InternalMessageValue> {
    type QueueState: QueueState<V>;

    // Required method
    fn create(&self) -> Result<Self::QueueState>;
}

Required Associated Types§

Required Methods§

Source

fn create(&self) -> Result<Self::QueueState>

Implementors§