Home
last modified time | relevance | path

Searched defs:SimpleValType (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dexception_ops.rs52 pub enum SimpleValType { enum
59 impl SimpleValType { impl
531 fn generate(&mut self, ctx: &mut Context) -> MutResult<SimpleValType> { in generate()
542 impl DefaultMutate for SimpleValType { implementation