pub trait InteractiveParseValwhere
    Self: Sized,
{ fn parse_to_val() -> SchemaResult<Value>; }

Required Methods§

Implementors§