Type Definition juniper::ParseScalarResult

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

The result of converting a string into a scalar value