Skip to main content

restart_component

Macro restart_component 

Source
macro_rules! restart_component {
    (
        $name:ident,
        $label:expr,
        sources: [$($source:expr),* $(,)?],
        snapshot: [$($snapshot_field:literal),* $(,)?],
        digest: [$($digest_field:literal),* $(,)?]
    ) => { ... };
}