pub trait PubPrivKeyGenerateClient<'a> {
    // Required method
    fn generation_complete(
        &'a self,
        result: Result<(), (ErrorCode, &'static mut [u8], &'static mut [u8])>,
    );
}Expand description
Upcall from the PubPrivKeyGenerate trait.