Function radius::core::rfc2866::lookup_acct_delay_time[][src]

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

Lookup a acct_delay_time integer value from a packet.

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