Trait graphgate_schema::TypeExt[][src]

pub trait TypeExt {
    fn concrete_typename(&self) -> &str;
fn is_subtype(&self, sub: &Type) -> bool; }

Required methods

fn concrete_typename(&self) -> &str[src]

fn is_subtype(&self, sub: &Type) -> bool[src]

Loading content...

Implementations on Foreign Types

impl TypeExt for Type[src]

Loading content...

Implementors

Loading content...