Skip to main content

proxy

Function proxy 

Source
pub async fn proxy(
    blueprint: Blueprint,
    config: impl for<'de> Deserializer<'de>,
) -> Proxy
Expand description

Creates a proxy for testing actors. See examples in the repository for more details how to use it.