genotype_backend 0.16.2

Genotype language backend crate
Documentation
1
2
3
4
5
6
use crate::prelude::internal::*;

pub trait GtbRemoteEnv {
    /// Returns the remote interop implementation for the environment.
    fn remote_interop(&self) -> &dyn GtbRemoteInterop;
}