Changed object type of function pointers from Option<*const (Fn(...))> to...
Changed object type of function pointers from Option<*const (Fn(...))> to Option<fn(...)> for readability
Showing
Loading
Please register or sign in to comment
Changed object type of function pointers from Option<*const (Fn(...))> to Option<fn(...)> for readability