6 lines
62 B
Rust
6 lines
62 B
Rust
use crate::*;
|
|
|
|
pub trait T {
|
|
fn to_eav(self) -> Entity;
|
|
}
|