Skip to main content

NotFoundValue

Struct NotFoundValue 

Source
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 T

Implementations§