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

Add OnResultOwned

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 10 '24 13:01 espindola