[][src]Macro sealrs::examples::actors::ask::example::match_downcast

macro_rules! match_downcast {
    (
$ any : expr , {
$ ( $ bind : ident : $ ty : ty => $ arm : expr ) , * , _ => $ default : expr }
) => { ... };
}