Function wire_framed::utils::put_array

source ·
pub fn put_array<T>(
    dst: &mut BytesMut,
    arr: &[T],
    put: impl Fn(&mut BytesMut, &T)
)
Expand description

A utility function to put a Vec into a BytesMut.