Type Definition add_decimals::Result [−][src]
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.