pub trait InteractiveParseObjwhere
    Self: Sized,
{ fn parse_to_obj() -> SchemaResult<Self>; }

Required Methods§

Implementors§