Trait embedded_svc::ota::asynch::OtaUpdateFinished

source ·
pub trait OtaUpdateFinished: ErrorType {
    // Required method
    async fn activate(self) -> Result<(), Self::Error>;
}

Required Methods§

source

async fn activate(self) -> Result<(), Self::Error>

Object Safety§

This trait is not object safe.

Implementors§