[][src]Trait lavish::PendingRequests

pub trait PendingRequests {
    fn get_pending(&self, id: u32) -> Option<&'static str>;
}

Required methods

fn get_pending(&self, id: u32) -> Option<&'static str>

Loading content...

Implementors

impl<P, NP, R> PendingRequests for Queue<P, NP, R> where
    P: Atom,
    NP: Atom,
    R: Atom
[src]

Loading content...