Trait Unsuffixed

Source
pub trait Unsuffixed {
    // Required method
    fn unsuffixed(self) -> Literal;
}
Expand description

Create unsuffixed Literal

Required Methods§

Implementations on Foreign Types§

Source§

impl Unsuffixed for &str

Source§

impl Unsuffixed for &[u8]

Source§

impl Unsuffixed for char

Source§

impl Unsuffixed for f32

Source§

impl Unsuffixed for f64

Source§

impl Unsuffixed for i8

Source§

impl Unsuffixed for i16

Source§

impl Unsuffixed for i32

Source§

impl Unsuffixed for i64

Source§

impl Unsuffixed for i128

Source§

impl Unsuffixed for isize

Source§

impl Unsuffixed for u8

Source§

impl Unsuffixed for u16

Source§

impl Unsuffixed for u32

Source§

impl Unsuffixed for u64

Source§

impl Unsuffixed for u128

Source§

impl Unsuffixed for usize

Implementors§