pub unsafe trait GKGameModelPlayer: NSObjectProtocol {
// Provided method
unsafe fn playerId(&self) -> NSInteger
where Self: Sized + Message { ... }
}Available on crate feature
GKGameModel only.Expand description
A protocol used to represent an individual player within a game model.
See also Apple’s documentation