extend_safe

Function extend_safe 

Source
pub fn extend_safe<T, I, const N: usize>(
    vec: &mut Vec<T, N>,
    iter: I,
) -> DataResult<()>
where I: IntoIterator<Item = T>,
Expand description

Extend a heapless vector from an iterator with error handling