Macro tor_config::flatten::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