Trait rasn_snmp::v3::SecurityParameters

source ·
pub trait SecurityParameters: Decode + Encode {
    const ID: u32;
}
Expand description

A trait representing a type that is a valid “security parameter” used for an SNMP v3 Message. You can use this in combination with the Message::decode_security_parameters and Message::encode_security_parameters to safely retrieve the encoded parameters from a given message.

Required Associated Constants§

source

const ID: u32

Object Safety§

This trait is not object safe.

Implementors§