pub trait Verification: RegisterAccess {
    fn os_register<'a>(&'a self, deps: Deps<'a>) -> OsRegister<'_, Self> { ... }
}
Expand description

Verify if a sender’s address is associated with an OS.

Provided Methods§

Implementors§