Type Definition minerva_rest::generic::JsonString
source · [−]pub type JsonString = String;
Expand description
A wrapper type to act as a reminder that the current string should be a JSON object in string format.
pub type JsonString = String;
A wrapper type to act as a reminder that the current string should be a JSON object in string format.