pub struct NotFoundValue<'a, T: ?Sized>(pub &'a T);Expand description
Wrapper used by generated code to format not-found values.
Prefers Display over Debug via inherent-vs-trait method resolution.
Tuple Fields§
§0: &'a Tpub struct NotFoundValue<'a, T: ?Sized>(pub &'a T);Wrapper used by generated code to format not-found values.
Prefers Display over Debug via inherent-vs-trait method resolution.
0: &'a T