☰
UploadInfo
Methods
execute
In opentitanlib::test_utils::spi_passthru
?
Type Definition
opentitanlib
::
test_utils
::
spi_passthru
::
UploadInfo
source
·
[
−
]
pub type UploadInfo =
upload_info_t
;
Implementations
§
source
§
impl
UploadInfo
source
pub fn
execute
<F>(uart: &dyn
Uart
, f: F) ->
Result
<Self>
where F:
FnOnce
() ->
Result
<
()
>,