Function wire_framed::utils::get_option_array
source · pub fn get_option_array<T>(
src: &mut Bytes,
name: &str,
get: impl Fn(&mut Bytes) -> Result<T, Error>
) -> Result<Vec<Option<T>, Global>, Error>Expand description
A utility function to get an Vec<Option> from a Bytes.