pub fn read_non_record_variable_into<T: NcReadType>(
file_data: &[u8],
var: &NcVariable,
dst: &mut [T],
) -> Result<()>Expand description
Read the entire data for a non-record variable into a caller-provided buffer.
pub fn read_non_record_variable_into<T: NcReadType>(
file_data: &[u8],
var: &NcVariable,
dst: &mut [T],
) -> Result<()>Read the entire data for a non-record variable into a caller-provided buffer.