use ;
use crateKeyRecord;
pub type GetKeyResultBody = KeyRecord;
/// `keys/show/0.1` response — the record under `key`, or `null` where the
/// maintainer holds none for that identifier.
///
/// "No such key" is a successful answer, not an error: a caller that cannot
/// distinguish absence from failure retries a lookup that will never succeed.