Macro pacaptr::pm::tests::impl_pm_mock

source ·
macro_rules! impl_pm_mock {
    (
        methods = [{ $(
            $( #[$meta:meta] )*
            async fn $method:ident;
        )* }]
    ) => { ... };
}