[][src]Type Definition tendermint::error::Result

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

Result type with our error type already defined