Trait anyrust::ToStr

source ·
pub trait ToStr {
    // Required method
    fn to_str(&self) -> String;
}

Required Methods§

source

fn to_str(&self) -> String

Implementations on Foreign Types§

source§

impl ToStr for &str

source§

fn to_str(&self) -> String

source§

impl ToStr for bool

source§

fn to_str(&self) -> String

source§

impl ToStr for f32

source§

fn to_str(&self) -> String

source§

impl ToStr for f64

source§

fn to_str(&self) -> String

source§

impl ToStr for i8

source§

fn to_str(&self) -> String

source§

impl ToStr for i16

source§

fn to_str(&self) -> String

source§

impl ToStr for i32

source§

fn to_str(&self) -> String

source§

impl ToStr for i64

source§

fn to_str(&self) -> String

source§

impl ToStr for isize

source§

fn to_str(&self) -> String

source§

impl ToStr for u8

source§

fn to_str(&self) -> String

source§

impl ToStr for u16

source§

fn to_str(&self) -> String

source§

impl ToStr for u32

source§

fn to_str(&self) -> String

source§

impl ToStr for u64

source§

fn to_str(&self) -> String

source§

impl ToStr for usize

source§

fn to_str(&self) -> String

source§

impl ToStr for String

source§

fn to_str(&self) -> String

Implementors§