You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...] [For] both StandardPath and the Path I am starting to feel that we're missing something akin to pub(crate) fn with_(dataplane|encoded)<U>(self, base: U) -> Self<U> for Self<T> which changes the base type but keeps everything else (header, path meta, etc.) the same.
[...] [For] both StandardPath and the Path I am starting to feel that we're missing something akin to
pub(crate) fn with_(dataplane|encoded)<U>(self, base: U) -> Self<U>
forSelf<T>
which changes the base type but keeps everything else (header, path meta, etc.) the same.Originally posted by @jpcsmith in #113 (comment)
The text was updated successfully, but these errors were encountered: