[][src]Type Definition odrive_rs::enumerations::errors::ODriveResult

type ODriveResult<T> = Result<T, ODriveError>;

The ODriveResult type is used as a return type for operations which read to or write from the ODrive.