pub trait CryptoRamSlice: Sealed {
    unsafe fn pukcc_base(&self) -> u16;
}
Expand description

Trait implemented for all &[u8] slices in order to provide a normalized way of downcasting pointers in a form accepted by PUKCC ABI

Required methods

Implementations on Foreign Types

Implementors