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

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

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

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