Type Alias peace_data::accessors::WOpt

source ·
pub type WOpt<'borrow, T> = W<'borrow, Option<T>>;
Expand description

Type alias for W<'_, Option<T>>.

Aliased Type§

struct WOpt<'borrow, T> { /* private fields */ }