Function top_encode_from_nested

Source
pub fn top_encode_from_nested<T, O>(
    obj: &T,
    output: O,
) -> Result<(), EncodeError>