[][src]Trait json_trait_rs::ToRustType

pub trait ToRustType {
    fn to_rust_type(&self) -> RustType
    where
        Self: Sized + JsonType
, { ... } }

Provided methods

fn to_rust_type(&self) -> RustType where
    Self: Sized + JsonType

Loading content...

Implementations on Foreign Types

impl ToRustType for JsonValue[src]

impl ToRustType for PyAny[src]

impl ToRustType for Value[src]

impl ToRustType for Value[src]

Loading content...

Implementors

impl ToRustType for RustType[src]

Loading content...