Type Definition hueclient::Result

source ·
pub type Result<T> = Result<T, HueError>;
Expand description

A type alias used for convenience and consiceness throughout the library.