Make a generic draw_object function that takes any object that implements Draw. ... { fn print(&self); } impl Figure for Circle { fn print(&self) { println!(
確定! 回上一頁