pub trait ContextProviderProxyInterface: Send + Sync {
// Required method
fn create(
&self,
params: CreateContextParams,
context: ServerEnd<ContextMarker>,
) -> Result<(), Error>;
}
pub trait ContextProviderProxyInterface: Send + Sync {
// Required method
fn create(
&self,
params: CreateContextParams,
context: ServerEnd<ContextMarker>,
) -> Result<(), Error>;
}