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
These functinos allow users to chain post-processing code to an
initializer, which can be used to mutate the (fully initialized) object
in place as part of an initializer chain.
Ideally this would be a trait function (e.g. init!(...).and_then(...)),
but that requires return_position_impl_trait_in_trait...
Signed-off-by: Asahi Lina <lina@asahilina.net>
0 commit comments