Enum arret_syntax::error::ExpectedNext [−][src]
pub enum ExpectedNext {
List,
Vector,
Set,
Map,
String,
}Describes the content normally expected within the content
Variants
Implementations
impl ExpectedNext[src]
impl ExpectedNext[src]pub fn close_char(self) -> char[src]
Returns the character that would terminate this sequence or string
pub fn description(self) -> String[src]
Trait Implementations
impl Clone for ExpectedNext[src]
impl Clone for ExpectedNext[src]fn clone(&self) -> ExpectedNext[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<ExpectedNext> for ExpectedNext[src]
impl PartialEq<ExpectedNext> for ExpectedNext[src]