// Copyright 2021 UBC Bionics, Ltd.
//
// Licensed under the MIT license
// <LICENSE.md or https://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or
// distributed except according to those terms.
/// ### Purpose:
/// The global [`Result`] type to be used throughout the application.
pub type Result<T> = Result;