Type Definition mint_proxy::Result
source · [−]pub type Result<T> = Result<T, Error>;Expand description
Anchor generated Result to be used as the return type for the program.
pub type Result<T> = Result<T, Error>;Anchor generated Result to be used as the return type for the program.