API documentation for the Rust `Sub` trait in crate `std`. ... use std::ops::Sub; #[derive(Copy, Clone)] struct Foo; impl Sub for Foo { type Output = Foo; ...
確定! 回上一頁