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

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

Lookup a acct_session_id string value from a packet.

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