pub trait Platform { // Required methods fn defines(&self) -> &[&str]; fn standards(&self) -> &Standards<'_>; }
Trait for a Lua platform.