You can read more about the concept of deref coercion at https://doc.rust-lang. ... that reads: impl<T> From<T> for Option<T> { fn from(val: T) -> Option<T> ...
確定! 回上一頁