Skip to main content

decay/core/
resource.rs

1/// Marker trait for singleton data stored in the world.
2pub trait Resource: 'static {}