#![allow(unused)] pub use crate::error::Error; pub type Result = core::result::Result; pub struct W(pub T);