top | item 43977399

(no title)

epidemian | 9 months ago

Small nit: the Some() pattern should go on the left side of the assignment:

    let Some(value) = param.as_ref() else {
      // Handle, and continue, return an error etc
    }
    // Use `value` as normal.

discuss

order

No comments yet.