Add following to your cargo toml: toml somok = "1.0" Then use postfix wrapping as follows: ```rust use somok::Somok;
toml somok = "1.0"
fn foo() -> Result> { String::from("Foobar").some().okay() } ```