1// This is free and unencumbered software released into the public domain. 2 3use super::{IriError, IriResult}; 4 5pub type UriResult<T> = IriResult<T>; // TODO 6 7pub type UriError = IriError; // TODO