Avatar
omochimetaru 6/14/2017 4:43 AM
trait Foo { fn is_valid(&self) -> bool; fn is_invalid(&self) -> bool { !self.is_valid() } }
4:44 AM
これ?