Skip to main content

CacheRawAPI

Trait CacheRawAPI 

Source
pub trait CacheRawAPI {
    // Required method
    fn raw(&self) -> *mut randomx_cache;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§