© 2026 Hedgehog Software, LLC
Self
pub trait Default { fn default() -> Self; }
interface Default { ??? Default(); }