Enum Oneshot

Variants

Struct __Buffer

pub struct __Buffer<T> {
    Oneshot: ::core::pipes::Packet<Oneshot<T>>,
}

Function init

fn init<T: Owned>() -> (client::Oneshot<T>, server::Oneshot<T>)