Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/component-macro/src/
H A Dbindgen.rs372 contents.parse_terminated(trappable_error_field_parse, Token![,])?; in parse()
437 fn trappable_error_field_parse(input: ParseStream<'_>) -> Result<TrappableError> { in trappable_error_field_parse() function