Sha256: 0362fa81349db33cda6b97d81da90a86509d52e8085ad499bd5be18724965878
Contents?: true
Size: 246 Bytes
Versions: 39
Compression:
Stored size: 246 Bytes
Contents
mod test; struct Context; impl test::Context for Context { fn get_input(&mut self, x: u32) -> Option<test::A> { Some(test::A::A1 { x: x + 1 }) } } fn main() { test::constructor_Lower(&mut Context, &test::A::A1 { x: 42 }); }
Version data entries
39 entries across 39 versions & 1 rubygems