Function radius::core::rfc2869::lookup_configuration_token[][src]

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

Lookup a configuration_token string value from a packet.

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