1
2
3
4
pub trait Resource
{
	fn uuid(&self) -> &uuid::Uuid;
}