Trait jlrs::mode::Mode[][src]

pub unsafe trait Mode: Sealed { }

This trait is used to allow pushing and popping GC frames to behave differently in the two available modes.

Implementors

impl Mode for Async[src]

impl Mode for Sync[src]

Loading content...