[][src]Trait bk2d::Player

pub trait Player {
    type Ident;
    fn ident(&self) -> &Self::Ident;
fn location(&self) -> &Point; }

Associated Types

type Ident

Loading content...

Required methods

fn ident(&self) -> &Self::Ident

fn location(&self) -> &Point

Loading content...

Implementors

Loading content...