Type Definition Result
stellar_client::error
type Result<T> = Result<T, Error>;
A result including client specific errors.