Add a transition macro system

This commit is contained in:
Pierre Krieger 2017-01-28 15:00:17 +01:00
parent f1d70d351e
commit 422b332c1b
17 changed files with 162 additions and 87 deletions

View file

@ -8,6 +8,8 @@ use ContextError;
pub use api::ios::*;
gen_api_transition!();
#[derive(Clone, Default)]
pub struct PlatformSpecificHeadlessBuilderAttributes;