Function remote_dir_value
Source pub fn remote_dir_value(
cx: &mut Cx,
site: Arc<dyn EvalSite>,
codec: Symbol,
) -> Result<Value>
Expand description
Builds a RemoteDir over site/codec as an opaque runtime Value.
Requires the remote-table capability gate.