Home
last modified time | relevance | path

Searched refs:on_off_state_to_string (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/rust/cli/src/
Dresponse.rs78 Self::on_off_state_to_string(cmd.state), in print_response()
184 fn on_off_state_to_string(state: OnOffState) -> String { in on_off_state_to_string() method