pub fn get_by_key<F: Flavor>(
tree: &(impl TreeSerialize + ?Sized),
keys: impl IntoKeys,
flavor: F,
) -> Result<F::Output, SerdeError<Error>>
Expand description
Get and serialize a node value into a postcard
flavor.
pub fn get_by_key<F: Flavor>(
tree: &(impl TreeSerialize + ?Sized),
keys: impl IntoKeys,
flavor: F,
) -> Result<F::Output, SerdeError<Error>>
Get and serialize a node value into a postcard
flavor.