Skip to main content

with_pray_ssh_session

Function with_pray_ssh_session 

Source
pub fn with_pray_ssh_session<T>(
    source_url: &str,
    operation: impl FnOnce(&mut SshRpcSession) -> PrayResult<T>,
) -> PrayResult<T>