Struct tsukuyomi::json::JsonValue[][src]

pub struct JsonValue(_);

A general JSON value.

Trait Implementations

impl Debug for JsonValue
[src]

Formats the value using the given formatter. Read more

impl From<Value> for JsonValue
[src]

Performs the conversion.

impl Responder for JsonValue
[src]

Converts self to an HTTP response.

Auto Trait Implementations

impl Send for JsonValue

impl Sync for JsonValue