pub trait AllocForAny<T> {
// Required methods
fn galloc(self) -> &'static T;
fn galloc_mut(self) -> &'static T;
}
pub trait AllocForAny<T> {
// Required methods
fn galloc(self) -> &'static T;
fn galloc_mut(self) -> &'static T;
}