Skip to main content

NonAnswer

Type Alias NonAnswer 

Source
pub type NonAnswer = Sigma<u8, NotTheAnswer>;

Aliased Type§

#[repr(transparent)]
pub struct NonAnswer { pub value: u8, /* private fields */ }

Fields§

§value: u8

A value of type T that additionally satisfies the predicate P.