pub trait Drives {
    // Required method
    fn get(&self, storage_service_id: String) -> DrivesGetResponse;
}

Required Methods§

source

fn get(&self, storage_service_id: String) -> DrivesGetResponse

Implementors§