pub type ProgramClientError = Box<dyn Error + Send + Sync>;

Aliased Type§

struct ProgramClientError(/* private fields */);