[][src]Type Definition json_peek::value::Literal

type Literal = Item<String>;

Methods

impl Literal[src]

pub fn new_literal(value: impl Into<String>) -> Self[src]

Trait Implementations

impl<'_> From<&'_ str> for Literal[src]

impl<'_> From<Token<'_>> for Literal[src]