Searched defs:BaseTypeC (Results 1 – 1 of 1) sorted by relevance
7 pub struct BaseTypeC { struct9 pub def: String,236 impl Arbitrary for BaseTypeC { implementation237 fn arbitrary(g: &mut Gen) -> BaseTypeC { in arbitrary()279 impl fmt::Display for BaseTypeC { implementation