[][src]Trait witx::Representable

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

Required methods

pub fn representable(&self, by: &Self) -> RepEquality[src]

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 NamedType[src]

impl Representable for StructDatatype[src]

impl Representable for UnionDatatype[src]

Loading content...