Type Definition serum_swap::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Anchor generated Result to be used as the return type for the program.