Struct may_actor::DriverActor [] [src]

pub struct DriverActor<T> { /* fields omitted */ }

parameter used in driver coroutine function

Methods

impl<T> DriverActor<T>
[src]

[src]

same as Actor.call

[src]

same as Actor.with

Trait Implementations

impl<T: Debug> Debug for DriverActor<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for DriverActor<T> where
    T: Send

impl<T> Sync for DriverActor<T> where
    T: Send