Struct lapin_async::consumer::Consumer  [−][src]
Fields
current_message: Option<Delivery>
                           
                    Methods
impl Consumer[src] 
impl Consumerpub fn new(
    tag: String, 
    no_local: bool, 
    no_ack: bool, 
    exclusive: bool, 
    nowait: bool, 
    subscriber: Box<ConsumerSubscriber>
) -> Consumer[src] 
pub fn new(
    tag: String, 
    no_local: bool, 
    no_ack: bool, 
    exclusive: bool, 
    nowait: bool, 
    subscriber: Box<ConsumerSubscriber>
) -> Consumerpub fn new_delivery_complete(&mut self)[src] 
pub fn new_delivery_complete(&mut self)