Type Definition juniper::ParseScalarResult[][src]

type ParseScalarResult<'a, S = DefaultScalarValue> = Result<S, ParseError<'a>>;
Expand description

The result of converting a string into a scalar value