Trait AsStrQuote
pub trait AsStrQuote {
// Required methods
pub fn as_str_quote(self) -> (Self, u32);
}
Required methods
pub fn as_str_quote(self) -> (Self, u32)
pub trait AsStrQuote {
// Required methods
pub fn as_str_quote(self) -> (Self, u32);
}
pub fn as_str_quote(self) -> (Self, u32)
impl AsStrQuote for Quoted