Type Definition librsnek::system::MainFn [] [src]

type MainFn = Fn(&Runtime) -> i64;

Alias for a function pointer to the main function