macro_rules! impl_device_context_into_aref {
($device:tt) => { ... };
}
Expand description
Implement core::convert::From
, such that all &Device<Ctx>
can be converted to an
ARef<Device>
.
macro_rules! impl_device_context_into_aref {
($device:tt) => { ... };
}
Implement core::convert::From
, such that all &Device<Ctx>
can be converted to an
ARef<Device>
.