我从byteorder读取了以下语法:
rdr.read_u16::<BigEndian>()
我找不到任何解释语法的文档 instance.method::<SomeThing>()
instance.method::<SomeThing>()
rust
rust ×1