Function ggp_rs::run
[−]
[src]
pub fn run<T: ToSocketAddrs + 'static, P: Player + 'static>(host: T, player: P)
Starts a GGP player listening at host
pub fn run<T: ToSocketAddrs + 'static, P: Player + 'static>(host: T, player: P)
Starts a GGP player listening at host
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).