[feature(get_type_id)] use std::fmt::Debug; use std::any::{Any,TypeId}; //pub trait HVal: Any + Sync + Send + Debug + PartialEq { pub trait HVal: Any + ...
確定! 回上一頁