Home
last modified time | relevance | path

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

/external/rust/crates/thiserror-impl/src/
Dgenerics.rs47 pub struct InferredBounds { struct
52 impl InferredBounds { argument
54 InferredBounds { in new()
Dexpand.rs3 use crate::generics::InferredBounds;
24 let mut error_inferred_bounds = InferredBounds::new(); in impl_struct()
142 let mut display_inferred_bounds = InferredBounds::new(); in impl_struct()
198 let mut error_inferred_bounds = InferredBounds::new(); in impl_enum()
353 let mut display_inferred_bounds = InferredBounds::new(); in impl_enum()