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
cursor: Rename set_callback() to set_fallback() to match intent
The intent of this function is to set a _fallback_ that `get_cursor()`
uses when no cursor can be loaded. This fallback _is_ a _callback_
(or _closure_ / `Fn` in Rust terms) that calculates an optional fallback
value based on the given name and size of the requested cursor.
Also make sure this "fallback" setter is properly linked from
`get_cursor()`, making it easier to find when users attempt to
understand the docs.
0 commit comments