Macro style_traits::serialize_function
[−]
[src]
macro_rules! serialize_function { ($dest: expr, $name: ident($( $arg: expr, )+)) => { ... }; ($dest: expr, $name: ident($first_arg: expr $( , $arg: expr )*)) => { ... }; }