1 2 3 4 5
use super::{HyperspaceClient, HyperspaceClientError}; pub struct Execute<'a>(pub(crate) &'a HyperspaceClient); impl<'a> Execute<'a> {}