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

pub fn lookup_user_password(
    packet: &Packet
) -> Option<Result<Vec<u8>, AVPError>>
Expand description

Lookup a user_password user-password value from a packet.

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