Skip to main content

InteractiveParseVal

Trait InteractiveParseVal 

Source
pub trait InteractiveParseVal
where Self: Sized,
{ // Required method fn parse_to_val() -> SchemaResult<Value>; }

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§