Trait backstage::actor::ThroughType[][src]

pub trait ThroughType {
    type Through: for<'de> Deserialize<'de> + Serialize;
}

Associated Types

type Through: for<'de> Deserialize<'de> + Serialize[src]

identfiy the Through which is the event type with predefind functionality to the outdoor (ie websocket msg)

Loading content...

Implementors

Loading content...