Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

RawData

Type Alias RawData 

Source
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 */ }