Derive Macro castflip_derive::Cast

source · []
#[derive(Cast)]
Expand description

Declares that the succeeding struct or union type is encastable / decastable.

Please refer to the description of trait Cast in the documentation of castflip at https://docs.rs/castflip/