3 lines
80 B
Rust
3 lines
80 B
Rust
trait Camera {}
|
|
trait MobilePhone {}
|
|
trait CameraPhone: Camera + MobilePhone {}
|