[][src]Trait json_trait_rs::ThreadSafeJsonType

pub trait ThreadSafeJsonType<T>: JsonType<T> + Sync + Send where
    T: JsonType<T> + Into<RustType>, 
{ }

Implementors

impl ThreadSafeJsonType<RustType> for RustType[src]

Loading content...