Skip to main content

with_protocols

Function with_protocols 

Source
pub fn with_protocols<R>(
    registry: &ProtocolRegistry,
    operation: impl FnOnce() -> R,
) -> R
Expand description

Runs an evaluation with a registry available to protocol dispatch.