We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f840f9 commit cd15eacCopy full SHA for cd15eac
src/libcore/from_str.rs
@@ -1,3 +1,6 @@
1
+use option::Option;
2
+
3
trait FromStr {
4
static fn from_str(s: &str) -> Option<self>;
5
}
6
0 commit comments