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<()>,