witty-crayon-22786
let v_o: Option<Vec<u8>> = ??? let v: Option<Result<Vec<u8>>> = v_o.map(|v| Ok(v)) v.unwrap_or_else(|| ???)