Rust leverages the type system to communicate that an operation may not succeed: the return type of execute is Result , an enum. pub enum Result ...
確定! 回上一頁