pub trait DatabaseEntrywhere
Self: Default,{
// Required method
fn default_with_id(id: usize) -> Self;
}Required Methods§
fn default_with_id(id: usize) -> Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.