You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This type alias is used in a public interface, so it should be public. The main
effect of this is that the documentation is prettier. For example,
BootServices::create_event will show a `Option<EventNotifyFn>` argument, rather
than `Option<very-long-function-signature>`.
0 commit comments