pub trait Connector {
// Required method
fn connect(&self) -> Result<ConnectionWrapper>;
}
Available on (crate features
client
or prove
) and non-target_os="zkvm"
and crate feature client
only.Expand description
Connects a zkVM client and server