Skip to main content

Crate openc2_consumer

Crate openc2_consumer 

Source

Modules§

util

Structs§

Registration
A registration for an OpenC2 consumer, with the action/target pairs it wishes to handle.
Registry
An OpenC2 consumer made up of more specific consumers that share a single to address.

Traits§

Consume
Consumer trait for handling OpenC2 messages.
ToRegistration
Trait for producing a registration, typically from a consumer.

Type Aliases§

BoxConsumer
An async-friendly boxed Consume trait object.