use std::ops::Not; use camo_derive::Camo; #[derive(Camo)] struct Foo { f: ::Output, } fn main() {}