pub trait AsLairResponse: AsLairCodec {
    type Request: AsLairCodec;
}
Expand description

A “Response” type lair codec instance.

Required Associated Types§

type Request: AsLairCodec

The “Request” type associated with this response type.

Object Safety§

This trait is not object safe.

Implementors§