That seems quite specific. Since it's already implementable with an extension trait or applied in a more general fashion with the tap crate I don't see much benefit of having it in std.
This changes the API, but the goal is to have a nicer syntax. There are plenty of other types that could want fluent API too. This could be addressed more directly with a pipeline operator (|> in some languages).