libaster::protocol

Trait IntoReply

Source
pub trait IntoReply<R> {
    // Required method
    fn into_reply(self) -> R;
}

Required Methods§

Source

fn into_reply(self) -> R

Implementations on Foreign Types§

Source§

impl IntoReply<Message> for usize

Source§

impl<'a> IntoReply<Message> for &'a str

Source§

impl<'a> IntoReply<Message> for &'a usize

Source§

impl<'a> IntoReply<Message> for &'a [u8]

Implementors§