//! Abstraction over various socket types (namely USB and Bluetooth) to
//! allow the base NXT struct to transparently use any supported backend
use crate Result;
/// Abstraction over various socket types (namely USB and Bluetooth) to
/// allow the base NXT struct to transparently use any supported backend