pub trait ComponentIntegrity {
    // Required method
    fn get() -> ComponentIntegrityGetResponse;
}

Required Methods§

Implementors§