Function get_by_key

Source
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.