blob: 45096714beea42dff018f6ba63ceebefe62a54b1 [file] [log] [blame]
pub fn connect_to_MARKER_NAME(instance: RealmInstance) -> MARKER_PROXY {
return instance
.root
.connect_to_protocol_at_exposed_dir::<MARKER_CONNECTOR>()
.expect("connecting to PROTOCOL");
}