[][src]Trait witx::Representable

pub trait Representable {
    fn representable(&self, by: &Self) -> RepEquality;
}

Required methods

fn representable(&self, by: &Self) -> RepEquality

Loading content...

Implementors

impl Representable for BuiltinType[src]

impl Representable for IntRepr[src]

impl Representable for Type[src]

impl Representable for TypeRef[src]

impl Representable for EnumDatatype[src]

impl Representable for FlagsDatatype[src]

impl Representable for HandleDatatype[src]

impl Representable for NamedType[src]

impl Representable for StructDatatype[src]

impl Representable for UnionDatatype[src]

Loading content...