/*
Appellation: traits <module>
Contrib: FL03 <jo3mccain@icloud.com>
*///! # Traits
//!//!#[doc(inline)]pubuseself::err::{Error, ErrorKind};moderr;pub(crate)modprelude{pubusesuper::err::*;}/// A type alias for a [`Result`] which employs the use of the custom [`Error`] type.
pubtypeResult<T =()>=core::result::Result<T, Error>;#[cfg(test)]modtests{}