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

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

Lookup a idle_timeout integer value from a packet.

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