-
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
apienhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
From Discord:
fn into_inner_if_some<T>(
self,
pred: impl Fn(Slice) -> Option<T>
) -> Result<Option<(T, UserValue)>;
// or
fn into_inner_if_some<T>(
self,
pred: impl Fn(Slice) -> Option<T>
) -> Result<(T, Option<UserValue>)>;Rationale: Return a parsed key instead of having to reparse it after the closure.
Metadata
Metadata
Assignees
Labels
apienhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed