Searched refs:TrappableErrorType (Results 1 – 3 of 3) sorted by relevance
59 … Ok(ErrorType::Generated(TrappableErrorType { abi_type, rich_type: field.rich_error.clone() })) in new()107 Generated(TrappableErrorType),118 pub struct TrappableErrorType { struct123 impl TrappableErrorType { argument
1 use crate::codegen_settings::TrappableErrorType;10 e: &TrappableErrorType, in define_error() argument
110 Opt::TrappableErrorType(val) => opts.trappable_error_type = val, in parse()277 TrappableErrorType(Vec<TrappableError>), enumerator373 Ok(Opt::TrappableErrorType(Vec::from_iter(fields))) in parse()