pub trait GetInfo<T: Serialize> {
// Required method
fn get_info(&self, network: Network) -> T;
}Expand description
Get JSON-able objects that describe the type.
pub trait GetInfo<T: Serialize> {
// Required method
fn get_info(&self, network: Network) -> T;
}Get JSON-able objects that describe the type.