Removed unreferenced trait (#1230)

This commit is contained in:
Yoh Deadfall 2021-01-12 23:06:01 +01:00 committed by GitHub
parent 478f947768
commit 6a0116e994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,10 +155,6 @@ where
}
}
pub trait ResourcesWriter: Send + Sync {
fn write(self: Box<Self>, resources: &mut Resources);
}
pub struct InsertResource<T: Resource> {
resource: T,
}