[][src]Trait yew::agent::Transferable

pub trait Transferable where
    Self: Serialize + for<'de> Deserialize<'de>, 
{ }

Represents a message which you could send to an agent.

Implementors

Loading content...