Trait hecs_schedule::context::IntoData [−][src]
pub trait IntoData<With>: Send + Sync {
type Target: Data;
unsafe fn into_data(self, with: &mut With) -> Self::Target;
}Expand description
Convert a tuple or other type into Data.
