florian1345 / kernal

Kernal Extensive Rust Natural Assertion Language
Other
3 stars 0 forks source link

Allow `impl Borrow<Result<V, E>>` for `ResultAssertions` #42

Closed florian1345 closed 1 year ago

florian1345 commented 1 year ago

Analogously to #37, assertions on Result types should be possible on references and any other type that implements Borrow for a Result type.