Trait microformats_types::FindItemByUrl

source ·
pub trait FindItemByUrl: FindItemByProperty {
    // Provided method
    fn find_item_by_url(&self, expected_url: &Url) -> Option<&Item> { ... }
}

Provided Methods§

source

fn find_item_by_url(&self, expected_url: &Url) -> Option<&Item>

Object Safety§

This trait is not object safe.

Implementors§