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