Skip to main content

BufGetLexicalExt

Trait BufGetLexicalExt 

Source
pub trait BufGetLexicalExt {
    // Required methods
    fn get_i64_lexical(&mut self) -> Result<i64, LexicalDecodeError>;
    fn get_bool_lexical(&mut self) -> Result<bool, LexicalDecodeError>;
    fn get_str_lexical(&mut self) -> Result<String, LexicalDecodeError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl BufGetLexicalExt for Bytes

Implementors§