Struct device_tree::util::str::Chars
[−]
[src]
pub struct Chars<'a> { // some fields omitted }1.0.0
Iterator for the char (representing Unicode Scalar Values) of a string
Created with the method chars()
.
Methods
impl<'a> Chars<'a>
fn as_str(&self) -> &'a str
1.4.0
View the underlying data as a subslice of the original data.
This has the same lifetime as the original slice, and so the iterator can continue to be used while this exists.