pub trait AsLairRequest: AsLairCodec {
    type Response: AsLairCodec;
}
Expand description

A “Request” type lair codec instance.

Required Associated Types§

source

type Response: AsLairCodec

The “Response” type associated with this request type.

Object Safety§

This trait is not object safe.

Implementors§