Struct device_tree::util::str::Bytes
[−]
[src]
pub struct Bytes<'a>(_);1.0.0
External iterator for a string's bytes.
Use with the std::iter
module.
Created with the method bytes()
.