Skip to main content

KeepAliveFlags

Type Alias KeepAliveFlags 

Source
pub type KeepAliveFlags = FlagSet<KeepAliveFlag>;
Expand description

Flags that can be sent via the KeepAliveMessage.

The flags can define the meaning of the additional_data field.

Aliased Typeยง

pub struct KeepAliveFlags(/* private fields */);