pub trait PrefixProviderProxyInterface: Send + Sync {
// Required method
fn acquire_prefix(
&self,
config: AcquirePrefixConfig,
prefix: ServerEnd<PrefixControlMarker>
) -> Result<(), Error>;
}
pub trait PrefixProviderProxyInterface: Send + Sync {
// Required method
fn acquire_prefix(
&self,
config: AcquirePrefixConfig,
prefix: ServerEnd<PrefixControlMarker>
) -> Result<(), Error>;
}