pub trait AsLoadConfigV2 {
    // Provided method
    fn code_integrity(&self) -> CodeIntegrity<'_> { ... }
}

Provided Methods§

fn code_integrity(&self) -> CodeIntegrity<'_>

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV2

§

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

Formats the value using the given formatter. Read more

Implementors§