Skip to main content

KeypadInputCmdRequests

Trait KeypadInputCmdRequests 

Source
pub trait KeypadInputCmdRequests<P>: Sized{
    // Required method
    fn keypad_input_inv(self) -> KeypadInputCmdRequestsView<P>;
}
Expand description

IM-client extension trait for the KeypadInput cluster’s commands. use this trait to call .keypad_input_inv() on a crate::im::CmdDataArrayBuilder; the returned KeypadInputCmdRequestsView exposes one method per command (cluster-prefix-free). .end() on the view closes the wrapped array.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§