xiaoquanju
Results
4
comments of
xiaoquanju
想用到产品里 遇到这个问题 有点不敢用了
嗯 这个后面优化下
pub trait A{ fn resize(&self, cols: u16, rows: u16) -> Result; } struct MockA{} //i will define a struct #[cfg_attr(test, faux::create)] / impl A for MockA{ // i dont want...