Type __Buffer

type __Buffer<T: Owned> = {Oneshot: pipes::Packet<Oneshot<T>>,}

Enum Oneshot

Variants

Function init

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