assert_tokens

Function assert_tokens 

Source
pub fn assert_tokens<'sval, V: Value + ?Sized>(
    value: &'sval V,
    tokens: &[Token<'sval>],
)
Expand description

Assert that a value streams to exactly the sequence of tokens provided.