Function set_by_key

Source
pub fn set_by_key<'de>(
    tree: &mut (impl TreeDeserialize<'de> + ?Sized),
    keys: impl IntoKeys,
    data: &'de [u8],
) -> Result<usize, SerdeError<Error>>
Expand description

Update a node by key.

ยงReturns

The number of bytes consumed from data or an SerdeError.