Type Definition libcras::CrasClientType

source ·
pub type CrasClientType = CRAS_CLIENT_TYPE;

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