Trait spacetimedb_lib::ser::Error
source · pub trait Error {
// Required method
fn custom<T>(msg: T) -> Self
where T: Display;
}Expand description
The base trait serialization error types must implement.
Required Methods§
Object Safety§
This trait is not object safe.