Skip to main content

SubscriptionHandlerFn

Type Alias SubscriptionHandlerFn 

Source
pub type SubscriptionHandlerFn = Arc<dyn Fn(Value) -> BoxFuture<Result<BoxStream<Result<Value, SeamError>>, SeamError>> + Send + Sync>;

Aliased Typeยง

pub struct SubscriptionHandlerFn { /* private fields */ }