uniffi_meta

Trait AsType

Source
pub trait AsType: Debug {
    // Required method
    fn as_type(&self) -> Type;
}

Required Methods§

Source

fn as_type(&self) -> Type

Implementors§

Source§

impl AsType for Type

Source§

impl<T, C> AsType for T
where T: Deref<Target = C> + Debug, C: AsType,