Function scrypto::prelude::traverse_any

source ·
pub fn traverse_any<X, Y, V, E>(
    path: &mut SborPathBuf,
    value: &Value<X, Y>,
    visitor: &mut V
) -> Result<(), E>
where X: CustomValueKind, Y: CustomValue<X>, V: ValueVisitor<X, Y, Err = E>,
Expand description

§============================================== (DEPRECATED) TRAVERSAL