Trait json_rpc_v2::Provider

source ·
pub trait Provider {
    // Required method
    fn methods() -> &'static [(&'static str, Method)];
}

Required Methods§

source

fn methods() -> &'static [(&'static str, Method)]

Implementors§