Type Alias veloren_server::sys::terrain::RtSimData

source ·
type RtSimData<'a> = WriteExpect<'a, RtSim>;

Aliased Type§

struct RtSimData<'a> {
    inner: FetchMut<'a, RtSim>,
    phantom: PhantomData<PanicHandler>,
}

Fields§

§inner: FetchMut<'a, RtSim>§phantom: PhantomData<PanicHandler>