Struct machinae::Ref [] [src]

pub struct Ref<A: ?Sized> { /* fields omitted */ }

A helper type used for the first type parameter of the state machine in case the argument (A) is a mutable reference.

Trait Implementations

Auto Trait Implementations

impl<A: ?Sized> Send for Ref<A> where
    A: Send

impl<A: ?Sized> Sync for Ref<A> where
    A: Sync