[][src]Trait ena::sql::ThreadsTrait

pub trait ThreadsTrait {
    fn to_queue(&self) -> Queue;
}

Required methods

fn to_queue(&self) -> Queue

Loading content...

Implementors

impl ThreadsTrait for ThreadsList[src]

Loading content...