Type Alias json

Source
pub type json<E, e> = json<E, <e as AsExpression<E>>::Expression>;
Expand description

The return type of json()

Aliased Typeยง

pub struct json<E, e> { /* private fields */ }