pub struct Foo {} impl Calculator for Foo { fn new() -> Self { Self {} } fn add(&self, a: u32, b: u32) -> u32 { a + b } }.
確定! 回上一頁