Type Alias MethodMeta

Source
pub type MethodMeta = MethodMeta;
Available on crate features module and std only.
Expand description

Describes a method in an ExecuTorch program.

The program used to create a MethodMeta object must outlive the MethodMeta. It is separate from Method so that this information can be accessed without paying the initialization cost of loading the full Method.

Aliased Type§

#[repr(C, align(8))]
pub struct MethodMeta { pub _bindgen_opaque_blob: u64, }

Fields§

§_bindgen_opaque_blob: u64