Skip to main content

call_any

Macro call_any 

Source
macro_rules! call_any {
    { $what:ident $( $args:tt )* } => { ... };
}
Expand description

Implement deserialize_$what as a call to deserialize_any.

$args, if provided, are any other formal arguments, not including the Visitor