[src]

Struct std::raw::Closure

pub struct Closure {
    code: *(),
    env: *(),
}

The representation of a Rust closure

Fields

code
env