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§
fn with_socket<S: Socket>(self, socket: S) -> Self::Output
Object Safety§
This trait is not object safe.