pub trait AsTable<T>where
T: TableWithBlueprint,{
// Required method
fn as_table(&self) -> Vec<TableEntry<T>>;
}
pub trait AsTable<T>where
T: TableWithBlueprint,{
// Required method
fn as_table(&self) -> Vec<TableEntry<T>>;
}