Struct device_tree::util::option::IterMut 1.0.0
[−]
[src]
pub struct IterMut<'a, A> where A: 'a {
// some fields omitted
}An iterator over a mutable reference of the contained item in an Option.
Trait Implementations
impl<'a, A> Debug for IterMut<'a, A> where A: 'a + Debug
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.