pub type WOpt<'borrow, T> = W<'borrow, Option<T>>;
Type alias for W<'_, Option<T>>.
W<'_, Option<T>>
struct WOpt<'borrow, T> { /* private fields */ }