Function miniconf::postcard::get_by_key

source ยท
pub fn get_by_key<T: TreeSerialize + ?Sized, K: IntoKeys, F: Flavor>(
    tree: &T,
    keys: K,
    flavor: F,
) -> Result<F::Output, Error<Error>>
Expand description

Get and serialize a node value into a postcard flavor.