Rust Generics. Parameters of kind "type" ... use std::marker::PhantomData; struct Hash<T> { h: u128, p: PhantomData<T>, }.
確定! 回上一頁