Skip to main content

get

Function get 

Source
pub(super) fn get<T, E>(event: &E) -> Result<T>
where T: for<'de> Deserialize<'de>, E: Event,