Trait hetseq::IntoQueue
[−]
[src]
pub trait IntoQueue {
type Queue;
fn into_queue(self) -> Self::Queue;
}
pub trait IntoQueue {
type Queue;
fn into_queue(self) -> Self::Queue;
}
type Queuefn into_queue(self) -> Self::Queue