[][src]Type Definition lair_keystore_api::LairResult

type LairResult<T> = Result<T, LairError>;

Lair Result Type.