[][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<M, P, NP, R> PendingRequests for Queue<M, P, NP, R> where
    P: Atom<M>,
    NP: Atom<M>,
    R: Atom<M>,
    M: Mapping
[src]

Loading content...