[][src]Macro lucet_module::lucet_signature

macro_rules! lucet_signature {
    ((() -> ())) => { ... };
    (($($arg_ty:ident),*) -> ()) => { ... };
    (($($arg_ty:ident),*) -> $ret_ty:ident) => { ... };
}