Skip to main content

handle_info

Function handle_info 

Source
async fn handle_info<H, C>(
    service: &mut CryptoService<H, C>,
    tx_buf: &mut [u8],
) -> usize
where H: AteccHal, C: Clock, H::Error: Debug,