pub type RawData = String;Expand description
Represents serialized data, typically JSON, provided by the user.
This allows users to manage their own data structures and serialization formats.
Aliased Typeยง
pub struct RawData { /* private fields */ }