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

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

Lookup a framed_compression value-defined integer value from a packet.

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