rust@octodon.social ("Rust tips") wrote:
#Rustlang types that work with the
?operator are:
Result*Option*ControlFlow*Poll<Result>*Poll<Option<Result>>
rust@octodon.social ("Rust tips") wrote:
#Rustlang types that work with the
?operator are:
Result*Option*ControlFlow*Poll<Result>*Poll<Option<Result>>