pub trait ConveysReplyAuthority {
type C;
// Required method
fn into_reply_authority(self) -> ReplyAuthority<Self::C>;
}Expand description
Trait for types from which ReplyAuthority can be derived.
pub trait ConveysReplyAuthority {
type C;
// Required method
fn into_reply_authority(self) -> ReplyAuthority<Self::C>;
}Trait for types from which ReplyAuthority can be derived.