Enum solana_zk_token_sdk::zk_token_proof_instruction::Role [−][src]
pub enum Role {
Source,
Dest,
Auditor,
}
Variants
Source
Dest
Auditor
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Role
impl UnwindSafe for Role
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more