pub fn capability_method_entry(
field: &str,
method: &str,
) -> Option<&'static BuiltinManifestEntry>Expand description
Resolve the single manifest entry that owns a harness.<field>.<method>
call. Consumers that need effects or the internal dispatch name use this
rather than reconstructing either from strings.