logo

Trait poem_openapi::types::ParseFromJSON[][src]

pub trait ParseFromJSON: Sized + Type {
    fn parse_from_json(value: Value) -> ParseResult<Self>;
}
Expand description

Represents a type that can parsing from JSON.

Required methods

Implementations on Foreign Types

Implementors