Trait acme_data::models::AsyncModel
source · [−]pub trait AsyncModel {
type Actor;
type Client;
type Config;
type Data;
fn controller(config: Self::Config);
fn constructor(&self) -> Result<Self, Box<dyn Error>>
where
Self: Sized;
}