Typed

Trait Typed 

Source
pub trait Typed {
    // Required method
    fn types(&self) -> &[String];
}

Required Methods§

Source

fn types(&self) -> &[String]

Implementations on Foreign Types§

Source§

impl Typed for Infallible

Source§

fn types(&self) -> &[String]

Implementors§