Type Definition odoo_api::client::AsyncClosureResult

source ·
pub type AsyncClosureResult = Pin<Box<dyn Future<Output = Result<(String, Option<String>)>>>>;
Expand description

Convenience typedef. Use this as the return value for your async closure