Trait sqlx_core::net::WithSocket

source ·
pub trait WithSocket {
    type Output;

    // Required method
    fn with_socket<S: Socket>(self, socket: S) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn with_socket<S: Socket>(self, socket: S) -> Self::Output

Object Safety§

This trait is not object safe.

Implementors§