pub type BlocksMut<'a> = Box<dyn Iterator<Item = &'a mut Block> + 'a>;
A mutable iterator over the Blocks within a Body.
Block
Body
Values of this type are created by the blocks_mut method on Body. See its documentation for more.
blocks_mut