Skip to main content

handle

Function handle 

Source
pub async fn handle<T: Clone + Send + Sync + 'static>(
    meta: Metadata,
    ctx: Context<T>,
    registry: &Registry<T>,
    event: Event,
)