55M4M5YUVXAKHQYQJI2VFOKOTB5IGD33NFTLSFPYR2P367E2G6EAC
7FRJYUI62VW257VVFQXND6OKSAILVTHGEJCXFE6CG6FIOIUTDVYAC
#[cfg(not(unix))]impl AgentClient<tokio::net::UnixStream> { /// Build a future that connects to an SSH agent via the provided /// stream (on Unix, usually a Unix-domain socket). pub async fn connect_env() -> Result<Self, anyhow::Error> { Err(Error::AgentFailure.into()) }}
#[cfg(not(unix))]
impl AgentClient<tokio::net::UnixStream> {
/// Build a future that connects to an SSH agent via the provided
/// stream (on Unix, usually a Unix-domain socket).
pub async fn connect_env() -> Result<Self, anyhow::Error> {
Err(Error::AgentFailure.into())
}