[][src]Type Definition eosio_client_keys::errors::Result

type Result<T> = Result<T, Error>;

Convenient wrapper around std::Result.