pub fn with_manager<R, F: FnOnce(&mut MulticastManager) -> R>(
f: F,
) -> Result<R, MulticastError>Expand description
Access the global multicast manager.
pub fn with_manager<R, F: FnOnce(&mut MulticastManager) -> R>(
f: F,
) -> Result<R, MulticastError>Access the global multicast manager.