[][src]Function tokyo::run

pub fn run<H>(key: &str, name: &str, handler: H) -> Result<(), Error> where
    H: Handler + Send + 'static, 

Begin the client-side game loop, using the provided struct that implements Handler to act on behalf of the player.