Trait vipers::validate::Validate[][src]

pub trait Validate<'info> {
    fn validate(&self) -> ProgramResult;
}
Expand description

Validates the contents of a variable. Generally used for Accounts structs and struct members.

Required methods

Validates the account struct.

Implementors