pub trait IntoSocket<T, U>: Sizedwhere
    T: From<U>,
{ fn into_socket(self) -> T; }

Required Methods

Implementors