aspect-rs icon indicating copy to clipboard operation
aspect-rs copied to clipboard

Change OnResultMut::on_result to take R instead of &mut R

Open espindola opened this issue 2 years ago • 0 comments

This is more convenient when R is a Result<T, Wrapped<E>>, since it is easy to convert that to a Result<T, E>, but it is hard to convert the respective references.

espindola avatar Jan 04 '24 12:01 espindola