pub trait Unsuffixed {
// Required method
fn unsuffixed(self) -> Literal;
}
Expand description
Create unsuffixed Literal
Required Methods§
fn unsuffixed(self) -> Literal
Implementations on Foreign Types§
Source§impl Unsuffixed for &str
Call Literal::string
impl Unsuffixed for &str
Call Literal::string
fn unsuffixed(self) -> Literal
Source§impl Unsuffixed for &[u8]
Call Literal::byte_string
impl Unsuffixed for &[u8]
Call Literal::byte_string
fn unsuffixed(self) -> Literal
Source§impl Unsuffixed for char
Call Literal::character
impl Unsuffixed for char
Call Literal::character