Type Definition librsnek::system::primitives::WrapperFn [] [src]

type WrapperFn = Fn(&Runtime, &RtObject, &RtObject, &RtObject) -> Result<RtObject, Error>;

Defines a function ptr to a function with a python like signature of