[][src]Function libstorage::solidfire::get

pub fn get<T>(
    client: &Client,
    config: &SolidfireConfig,
    method: &str,
    params: Option<HashMap<String, String>>,
    force: bool
) -> MetricsResult<T> where
    T: DeserializeOwned + Debug