Function deref_example

Source
pub fn deref_example<'a>(
    schema: &'a HttpSchema,
    reference: &str,
) -> Option<&'a Example>