Struct quoted_string::test_utils::TestUnquotedValidator[][src]

pub struct TestUnquotedValidator {
    pub count: usize,
    pub last_was_dot: bool,
}

Fields

Methods

impl TestUnquotedValidator
[src]

Trait Implementations

impl Default for TestUnquotedValidator
[src]

Returns the "default value" for a type. Read more

impl WithoutQuotingValidator for TestUnquotedValidator
[src]

if next returns false, it's (self) state should NOT be modified i.e. calling .end() after next(..) and returning false corresponds to the input sequence until next(..) was false, not including the pcp from the last next call Read more

this is called once the validation through next ended Read more

Auto Trait Implementations