Home
last modified time | relevance | path

Searched refs:TrappableErrorType (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wiggle/generate/src/
H A Dcodegen_settings.rs59 … Ok(ErrorType::Generated(TrappableErrorType { abi_type, rich_type: field.rich_error.clone() })) in new()
107 Generated(TrappableErrorType),
118 pub struct TrappableErrorType { struct
123 impl TrappableErrorType { implementation
/wasmtime-44.0.1/crates/wiggle/generate/src/types/
H A Derror.rs1 use crate::codegen_settings::TrappableErrorType;
10 e: &TrappableErrorType, in define_error() argument
/wasmtime-44.0.1/crates/component-macro/src/
H A Dbindgen.rs110 Opt::TrappableErrorType(val) => opts.trappable_error_type = val, in parse()
277 TrappableErrorType(Vec<TrappableError>), enumerator
373 Ok(Opt::TrappableErrorType(Vec::from_iter(fields))) in parse()