Type Definition jlrs::wrappers::ptr::OpaqueClosureRef[][src]

pub type OpaqueClosureRef<'scope> = Ref<'scope, 'static, OpaqueClosure<'scope>>;
Expand description

A reference to an OpaqueClosure

Trait Implementations

Check if the layout of the implementor is compatible with the layout of ty. This argument is a Value to account for the fact that a field type can be a Union, UnionAll or Union{}. Read more