pub fn parse_capability_reply(
doc: &TrustTask<Value>,
expected_thread_id: &str,
) -> Option<CapabilityReply>Expand description
Classify a governance/capability/* reply document. None when it is not
part of this family, or is not threaded to expected_thread_id.