Enum bluetooth_serial_port::BtAsync [] [src]

pub enum BtAsync<'a> {
    WaitFor(&'a EventedReady),
    Done,
}

What needs to happen to advance to the next state an asynchronous process

Variants

Caller needs to wait for the given Evented object to reach the given Ready state

Asynchronous transaction has completed