

Ok("something") which would return a Result with no errorsErr("something") which would return an errorlet mutOk("something")Err("something")let mutlet something = "string";
let matched = match something {
"string" => "1",
"str" => "2",
_ => "3"
};