/// A struct-to-value conversion. pub trait StaticInto { fn static_into() -> T; }