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 199ed4d commit e767011Copy full SHA for e767011
src/libcore/from_str.rs
@@ -0,0 +1,3 @@
1
+trait FromStr {
2
+ static fn from_str(s: &str) -> Option<self>;
3
+}
0 commit comments