pub type Result<T> = Result<T, EnphaseError>;Expand description
Result type for Enphase API operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(EnphaseError),
}pub type Result<T> = Result<T, EnphaseError>;Result type for Enphase API operations.
pub enum Result<T> {
Ok(T),
Err(EnphaseError),
}