Struct bf::rts::RtsState[][src]

pub struct RtsState<'a> { /* fields omitted */ }

Minimal state for our minimal run-time system.

Trait objects providing channels for standard input and output.

Methods

impl<'a> RtsState<'a>
[src]

Auto Trait Implementations

impl<'a> !Send for RtsState<'a>

impl<'a> !Sync for RtsState<'a>