Add implicit call to from_str via parse in documentation The documentation mentions "FromStr’s from_str method is often used implicitly, through str’s parse method. See parse’s documentation for examples.". It may be nicer to show that in the code example as well. |
||
|---|---|---|
| .. | ||
| converts.rs | ||
| count.rs | ||
| error.rs | ||
| iter.rs | ||
| lossy.rs | ||
| mod.rs | ||
| pattern.rs | ||
| traits.rs | ||
| validations.rs | ||