Trait puffin::protocol::ProtocolTypes
source · pub trait ProtocolTypes:
'static
+ Clone
+ Hash
+ Display
+ Debug
+ Serialize
+ DeserializeOwned {
type Matcher: Matcher;
// Required method
fn signature() -> &'static Signature<Self>;
}
Expand description
Defines the types used to manipulate and concretize Terms
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.