Function winnow::combinator::success
source · pub fn success<I: Stream, O: Clone, E: ParserError<I>>(
val: O
) -> impl Parser<I, O, E>
👎Deprecated since 0.5.35: Replaced with empty.value(…)`
Expand description
Deprecated, replaced with empty
+ Parser::value