pub trait FileProtocolInfo: Align + Identify + FromUefi { }
Expand description

Common trait for data structures that can be used with File::set_info() or File::get_info().

The long-winded name is needed because “FileInfo” is already taken by UEFI.

Implementors