Trait sqlx_core::net::WithSocket
source · pub trait WithSocket {
type Output;
// Required method
fn with_socket<S: Socket>(self, socket: S) -> Self::Output;
}
pub trait WithSocket {
type Output;
// Required method
fn with_socket<S: Socket>(self, socket: S) -> Self::Output;
}