Function toml_span::de_helpers::expected
source ยท pub fn expected(
expected: &'static str,
found: ValueInner<'_>,
span: Span,
) -> Error
Expand description
Helper for construction an ErrorKind::Wanted
pub fn expected(
expected: &'static str,
found: ValueInner<'_>,
span: Span,
) -> Error
Helper for construction an ErrorKind::Wanted