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

type MainFnRef<'a> = &'a Fn(&Runtime) -> i64;

Reference of MainFn