pub struct Start<'dfu, IO: DfuIo> { /* private fields */ }
Expand description
Starting point to download a firmware into a device.
Trait Implementations
type Arg = GetStatusMessage
type Arg = GetStatusMessage
Type of the argument to pass with the command for chaining.
type Into = Result<DownloadLoop<'dfu, IO>, Error>
type Into = Result<DownloadLoop<'dfu, IO>, Error>
Type of the command after being chained.