FindTag

Trait FindTag 

Source
pub trait FindTag {
    // Required method
    fn name(&self) -> &str;

    // Provided method
    fn platform(&self) -> Option<PlatformId> { ... }
}
Available on crate feature utils only.

Required Methods§

Source

fn name(&self) -> &str

Provided Methods§

Implementations on Foreign Types§

Source§

impl FindTag for &str

Source§

fn name(&self) -> &str

Source§

impl FindTag for (&str, Option<PlatformId>)

Source§

impl FindTag for (&str, PlatformId)

Implementors§