Macro wasmer_types::types::accessors

source ยท
macro_rules! accessors {
    ($(($variant:ident($ty:ty) $get:ident $unwrap:ident))*) => { ... };
}