1 2 3 4 5
use super::super::super::common_types::*; pub trait EntityTrait { fn guid(&self) -> Guid; }