Function radius::core::rfc6572::lookup_service_selection[][src]

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

Lookup a service_selection string value from a packet.

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