Return Values Skill

Functions in Rust can return values using the 'return' keyword or implicitly returning the last expression.

TypeTitle
no data