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

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

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

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