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...