This is handled again by the as_ref method, now defined on the AsRef<[u8]> trait and implemented on Vec . You just need to convert Option<Vec<u8>> to Option<&[ ...
確定! 回上一頁