Skip to content

Instantly share code, notes, and snippets.

@Cynede
Created March 25, 2019 13:56
Show Gist options
  • Save Cynede/30c8b22cb57fd6eeb520cf7f2571d11c to your computer and use it in GitHub Desktop.
Save Cynede/30c8b22cb57fd6eeb520cf7f2571d11c to your computer and use it in GitHub Desktop.
rental! {
pub mod rentals {
use super::*;
#[rental_mut]
pub struct SSHSession {
session: Box<ssh2::Session>,
channel: &'session ssh2::Channel<'session>,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment