pub trait Controls {
    // Required method
    fn get(power_distribution_id: String) -> ControlsGetResponse;
}

Required Methods§

source

fn get(power_distribution_id: String) -> ControlsGetResponse

Implementors§