pub fn assert_some<T>(opt: Option<T>, msg: &str) -> Result<T, String>
Assert that an Option is Some and return the value