Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
winnow
/
src
/
_topic
/
fromstr.rs
blob: d126d16bb44ff37455370e2c099bb35cf244d14e [
file
] [
log
] [
blame
]
//! # Implementing `FromStr`
//!
//! The [`FromStr` trait][std::str::FromStr] provides
//! a common interface to parse from a string.
//!
//! ```rust
#![
doc
=
include_str
!(
"../../examples/css/parser.rs"
)]
//! ```