Searched defs:BaseTypeC (Results 1 – 1 of 1) sorted by relevance
8 pub struct BaseTypeC { struct10 pub def: String,237 impl Arbitrary for BaseTypeC { implementation238 fn arbitrary<G: Gen>(g: &mut G) -> BaseTypeC { in arbitrary()280 impl fmt::Display for BaseTypeC { implementation