Type Alias rasn_smi::v2::Opaque

source ·
pub type Opaque = Opaque;

Aliased Type§

struct Opaque(/* private fields */);

Trait Implementations§

source§

impl TryFrom<ObjectSyntax> for Opaque

§

type Error = InvalidVariant

The type returned in the event of a conversion error.
source§

fn try_from(value: ObjectSyntax) -> Result<Self, Self::Error>

Performs the conversion.