[][src]Type Definition activeledger::key::KeyResult

type KeyResult<T> = Result<T, KeyError>;

KeyResult definition - Shorthand for: Result<T, KeyError>