Trait btmgmt_packet::command::CommandRequest[][src]

pub trait CommandRequest: Into<Command> {
    type Reply: Unpack;

    const CODE: CommandCode;
}
Expand description

Represents a management api command.

Associated Types

Return type for this command.

Associated Constants

Command code.

Implementors