Function extract_topic_parameter

Source
pub fn extract_topic_parameter<T, DE>(
    topic: &TopicMatch,
    index: usize,
    param_name: &str,
) -> Result<T, MessageConversionError<DE>>
where T: FromStr, <T as FromStr>::Err: Error + Send + Sync + 'static,
Expand description

Extract and parse a topic parameter by wildcard index