ToRadiusAttribute

Trait ToRadiusAttribute 

Source
pub trait ToRadiusAttribute {
    // Required method
    fn to_bytes(&self) -> Vec<u8> ;
}

Required Methods§

Source

fn to_bytes(&self) -> Vec<u8>

Implementations on Foreign Types§

Source§

impl ToRadiusAttribute for u16

Source§

fn to_bytes(&self) -> Vec<u8>

Source§

impl ToRadiusAttribute for u32

Source§

fn to_bytes(&self) -> Vec<u8>

Source§

impl ToRadiusAttribute for u64

Source§

fn to_bytes(&self) -> Vec<u8>

Source§

impl ToRadiusAttribute for String

Source§

fn to_bytes(&self) -> Vec<u8>

Source§

impl ToRadiusAttribute for Vec<u8>

Source§

fn to_bytes(&self) -> Vec<u8>

Source§

impl ToRadiusAttribute for Ipv4Addr

Source§

fn to_bytes(&self) -> Vec<u8>

Source§

impl ToRadiusAttribute for Ipv6Addr

Source§

fn to_bytes(&self) -> Vec<u8>

Source§

impl ToRadiusAttribute for SystemTime

Source§

fn to_bytes(&self) -> Vec<u8>

Implementors§