[][src]Struct sn0int::engine::isolation::Supervisor

pub struct Supervisor { /* fields omitted */ }

Methods

impl Supervisor[src]

pub fn setup(module: &Module) -> Result<Supervisor>[src]

pub fn send_start(&mut self, start: &StartCommand) -> Result<()>[src]

pub fn send(&mut self, value: &Value) -> Result<()>[src]

pub fn send_struct<T: Serialize>(&mut self, value: T, tx: &EventSender)[src]

pub fn recv(&mut self) -> Result<Event>[src]

pub fn wait(&mut self) -> Result<()>[src]

pub fn send_event_callback<T: EventWithCallback>(
    &mut self,
    event: T,
    tx: &EventSender
) where
    <T as EventWithCallback>::Payload: Serialize
[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> IntoSql for T[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SetParameter for T