let foo = get_raw_foo() else {
return Err(Error1);
};
let foo = transform_raw(foo) else {
return Err(Error2);
};
みたいなのもたまにやるかな
Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
kb10uy (kb10uy@mstdn.maud.io)'s status on Monday, 16-Oct-2023 11:07:42 JSTkb10uy