Closed
Description
Part of #29329
http://doc.rust-lang.org/std/convert/
Here's what needs to be done to close out this issue:
- the module documentation is great, but has a lot of abbreviations, so the wording could be cleaned up a bit.
-
AsMut
should compare itself toAsRef
, and should show a sample implementation. -
AsRef
needs far better docs, as it is one of the most misunderstood traits in Rust. Specifically it should talk about its relationship withBorrow
. It also needs an example implementation. -
From
needs a lot of work; it should talk about its usage in?
, it should show an example implementation, and general improvement. -
Into
is mostly fine, but "generic impls" should say "implementations" and it should be above examples.
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCall for participation: Help is requested to fix this issue.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Medium priority