There is no auto-deref or coercion here, i + x works simply because u32 implements both Add<u32> and Add<&u32> . If you check the docs for u32 , you'll find ...
確定! 回上一頁