The Rust language has defined a way to implicitly convert a &T into a &U , for specific pairs of T and U , through the Deref trait.
確定! 回上一頁