Skip to main content

register_methods

Macro register_methods 

Source
macro_rules! register_methods {
    ($($method:expr),* $(,)?) => { ... };
}
Expand description

Macro to generate method dispatch match arms for registered JsonRPCMethod implementations