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
After 1.35(changelog), we can directly use Box<dyn Fn*> as return type and FnBox has been removed.
The text was updated successfully, but these errors were encountered:
7sDream
changed the title
9.2.5 (Closures) As output parameters needs update due to the deprecation of FnBox
9.2.5 (Closures) As output parameters, needs update due to the deprecation of FnBox
Aug 20, 2019
https://doc.rust-lang.org/rust-by-example/fn/closures/output_parameters.html
The link of
FnBox
in this page is broken.After 1.35(changelog), we can directly use
Box<dyn Fn*>
as return type and FnBox has been removed.The text was updated successfully, but these errors were encountered: