Trait uniffi_macros::util::AttributeSliceExt
source · pub trait AttributeSliceExt {
// Required method
fn parse_uniffi_attr_args<T: UniffiAttributeArgs>(&self) -> Result<T>;
// Provided method
fn uniffi_attr_args_not_allowed_here(&self) -> Option<Error> { ... }
}