☰
ClientConfigExt
Required Methods
validate
Implementors
In system_power_mode_config
?
Trait
system_power_mode_config
::
ClientConfigExt
source
·
[
−
]
pub trait ClientConfigExt { // Required method fn
validate
(&self) ->
Result
<
()
,
Error
>; }
Required Methods
§
source
fn
validate
(&self) ->
Result
<
()
,
Error
>
Implementors
§
source
§
impl
ClientConfigExt
for
ClientConfig