Struct combine::error::Static  [−][src]
pub struct Static(_);
Expand description
Newtype which constructs an Info::Static through ErrorInfo
A plain &'static str can also be used, this exists for consistency.
pub struct Static(_);
Newtype which constructs an Info::Static through ErrorInfo
A plain &'static str can also be used, this exists for consistency.