pub trait AsLoadConfigV0 {
    // Provided methods
    fn se_handler_table(&self) -> u64 { ... }
    fn se_handler_count(&self) -> u64 { ... }
}

Provided Methods§

fn se_handler_table(&self) -> u64

fn se_handler_count(&self) -> u64

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV0

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§