pub struct EspFirmwareInfoLoader(/* private fields */);
👎Deprecated: Use
EspFirmwareInfoLoad
insteadImplementations§
Trait Implementations§
Source§impl Default for EspFirmwareInfoLoader
impl Default for EspFirmwareInfoLoader
Source§impl ErrorType for EspFirmwareInfoLoader
impl ErrorType for EspFirmwareInfoLoader
Source§type Error = EspIOError
type Error = EspIOError
Error type of all the IO operations on this type.