Type Alias r::object::types::Character

source ·
pub type Character = OptionNA<String>;

Aliased Type§

enum Character {
    NA,
    Some(String),
}

Variants§

§

NA

§

Some(String)

Trait Implementations§

source§

impl AtomicMode for Character

source§

impl TryFrom<Obj> for Character

source§

type Error = Error

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

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

Performs the conversion.