Enum backroll::Player [−][src]
pub enum Player {
Local,
Remote(Peer),
}Expand description
Players within a Backroll session.
Variants
The local player. Backroll currently only supports one local player per machine.
Remote(Peer)A remote player that is not on the local session.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Playerimpl UnwindSafe for PlayerBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V