RSSAmplifier

Tôi là Duyệt · Sep 24, 2022

Rust: Why ? is good

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

In Rust, the question mark (?) operator is used as an alternate error propagation method for functions that yield Result or Option types. The ? operator is a shortcut that minimizes the amount of code required in a function to quickly return Err or None from the types Result , or Option.

Read on blog.duyet.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.