Lsps2GetVersions

Type Alias Lsps2GetVersions 

Source
pub type Lsps2GetVersions = JsonRpcMethod<NoParams, Lsps2GetVersionsResponse, DefaultError>;

Aliased Type§

pub struct Lsps2GetVersions {
    pub method: &'static str,
    /* private fields */
}

Fields§

§method: &'static str