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

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

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

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