This is a rust markdown-inline-example


fn hello() -> bool {
    true
}

pub struct World { virtual: bool }

fn create(virtual: bool) -> World { World{virtual: virtual} }