Module preload

Source

Re-exports§

pub use spark_orm::error::Error;
pub use spark_orm::client::Result;
pub use spark_orm::client::Spark;

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
DeserializeOwned
A data structure that can be deserialized without borrowing any data from the deserializer.
Serialize
A data structure that can be serialized into any data format supported by Serde.

Attribute Macros§

Model

Derive Macros§

Deserialize
Serialize