Closed
Description
Location
Summary
These methods are aliases to core::str::from_utf8*
functions.
So I think it would be better to mention this as follows:
/// This is an alias to [`core::str::from_utf8`].
This also makes it more clear that the results of <str>::from_utf8*
methods and core::str::from_utf8*
functions are the same.