Function process_next_entry

Source
pub fn process_next_entry<O>(
    entry_type: TestVectorEntryType,
    description: Option<String>,
    name: Option<String>,
    observed_value: &O,
    code_location: Option<String>,
    test_vec_set_code_location: Option<String>,
    serializer: &DynSerializer<O>,
    deserializer: Option<&DynDeserializer<O>>,
    offload: bool,
) -> Result<Option<O>>