☰
Trait Representable
Required Methods
representable
Implementors
Other items in
witx
All crates
?
Trait
witx
::
Representable
[
−
]
[src]
pub trait Representable { fn
representable
(&self, by:
&
Self) ->
RepEquality
; }
Required methods
[src]
fn
representable
(&self, by:
&
Self) ->
RepEquality
Implementors
[src]
impl
Representable
for
BuiltinType
[src]
impl
Representable
for
IntRepr
[src]
impl
Representable
for
Type
[src]
impl
Representable
for
TypeRef
[src]
impl
Representable
for
NamedType
[src]
impl
Representable
for
RecordDatatype
[src]
impl
Representable
for
Variant