Function radius::core::rfc2865::lookup_reply_message[][src]

pub fn lookup_reply_message(packet: &Packet) -> Option<Result<String, AVPError>>
Expand description

Lookup a reply_message string value from a packet.

It returns the first looked up value. If there is no associated value with reply_message, it returns None.