Type Definition bme680::Result

source ·
pub type Result<T, R, W> = Result<T, Error<R, W>>;
Expand description

Abbreviates std::result::Result type