[][src]Trait jlib::api::query::server_info::ServerInfoI

pub trait ServerInfoI {
    fn request_server_info<F>(&self, config: Box<Rc<Config>>, op: F)
    where
        F: Fn(Result<ServerInfoResponse, Error>)
; }

Required methods

fn request_server_info<F>(&self, config: Box<Rc<Config>>, op: F) where
    F: Fn(Result<ServerInfoResponse, Error>), 

Loading content...

Implementors

impl ServerInfoI for ServerInfo[src]

Loading content...