Type Alias libcras::CrasClientType

source ·
pub type CrasClientType = CRAS_CLIENT_TYPE;

Aliased Type§

enum CrasClientType {
    CRAS_CLIENT_TYPE_ARCVM,
    CRAS_CLIENT_TYPE_CROSVM,
}

Variants§

§

CRAS_CLIENT_TYPE_ARCVM

§

CRAS_CLIENT_TYPE_CROSVM

Trait Implementations§

source§

impl FromStr for CrasClientType

§

type Err = Error

The associated error which can be returned from parsing.
source§

fn from_str(cras_type: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more