pub trait IntoReply<R> {
    fn into_reply(self) -> R;
}

Required Methods

Implementations on Foreign Types

Implementors