pub type UefiDevicePath<T> = TaggedType<T, UefiDevicePathTag>;Expand description
Uefi device path for the interface.
Nv-redfish keeps open underlying type for UefiDevicePath because it
can really be represented by any implementation of UEFI’s device path.
Aliased Type§
pub struct UefiDevicePath<T> { /* private fields */ }