CapabilitiesDictionaryCreateResult

Type Alias CapabilitiesDictionaryCreateResult 

Source
pub type CapabilitiesDictionaryCreateResult = Result<(), CapabilitiesError>;

Aliased Type§

pub enum CapabilitiesDictionaryCreateResult {
    Ok(()),
    Err(CapabilitiesError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(CapabilitiesError)

Contains the error value