Connector

Trait Connector 

Source
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

Required Methods§

Source

fn connect(&self) -> Result<ConnectionWrapper>

Create a client-server connection

Implementors§