Struct lysbilder::Slide3[][src]

pub struct Slide3;

This slide deck can hold so much code.

extern crate panic_at_the_disco;
 
fn main() {
    panic_at_the_disco::init();
 
    panic!("at the disco");
}

Trait Implementations

impl Jump for Slide3
[src]

Auto Trait Implementations

impl Send for Slide3

impl Sync for Slide3