pub trait AsLoadConfigV9 {
    // Provided methods
    fn guard_eh_continuation_table(&self) -> u64 { ... }
    fn guard_eh_continuation_count(&self) -> u64 { ... }
}

Provided Methods§

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV9

§

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

Formats the value using the given formatter. Read more

Implementors§