Trait spacetimedb_lib::ser::Error
source · pub trait Error {
// Required method
fn custom<T>(msg: T) -> Self
where T: Display;
}pub trait Error {
// Required method
fn custom<T>(msg: T) -> Self
where T: Display;
}