Macro forest_filecoin::shim::machine::manifest::exhaustive

source ยท
macro_rules! exhaustive {
    ($vis:vis const $ident:ident: &[$ty:ty] = &[$($variant:path),* $(,)?];) => { ... };
}