genotype_backend 0.17.0

Genotype language backend crate
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;
}