Trait debris_llir::function_interface::DowncastArray
source · pub trait DowncastArray<'a, T> {
// Required method
fn downcast_array(&'a self) -> Option<T>;
}
Expand description
This trait allows downcasting an entire array of objects into a tuple of concrete payloads