Trait oc_wasm_safe::descriptor::IntoDescriptor[][src]

pub trait IntoDescriptor {
    fn into_descriptor(self) -> Owned;
}
Expand description

A value that can be converted into an opaque value descriptor.

A value implementing this trait is able to produce an Owned value referring to a descriptor by consuming itself.

Required methods

Converts to the descriptor.

Implementors