Type Definition bme680::Result[][src]

type Result<T, R, W> = Result<T, Error<R, W>>;

Abbreviates std::result::Result type