ToAny

Trait ToAny 

Source
pub trait ToAny {
    // Required method
    fn to_any(&self) -> Any;
}

Required Methods§

Source

fn to_any(&self) -> Any

Implementations on Foreign Types§

Source§

impl ToAny for &str

Source§

fn to_any(&self) -> Any

Source§

impl ToAny for &[u8]

Source§

fn to_any(&self) -> Any

Source§

impl ToAny for bool

Source§

fn to_any(&self) -> Any

Source§

impl ToAny for f32

Source§

fn to_any(&self) -> Any

Source§

impl ToAny for f64

Source§

fn to_any(&self) -> Any

Source§

impl ToAny for i32

Source§

fn to_any(&self) -> Any

Source§

impl ToAny for i64

Source§

fn to_any(&self) -> Any

Source§

impl ToAny for String

Source§

fn to_any(&self) -> Any

Source§

impl ToAny for Vec<u8>

Source§

fn to_any(&self) -> Any

Implementors§