[][src]Function nu_protocol::value::iter::row_entries

pub fn row_entries(value: &Value) -> RowValueIter<'_>

Notable traits for RowValueIter<'a>

impl<'a> Iterator for RowValueIter<'a> type Item = (&'a String, &'a Value);