Trait std::send_str::IntoSendStr

pub trait IntoSendStr {
    fn into_send_str(self) -> SendStr;
}

Trait for moving into an SendStr

Required Methods

fn into_send_str(self) -> SendStr

Moves self into an SendStr

Implementors