Function sensitive
pub(crate) fn sensitive<T>(value: T) -> Sensitive<T>
Expand description
Wrap a value as Sensitive
.
This function is an alias for [Sensitive::new
].
pub(crate) fn sensitive<T>(value: T) -> Sensitive<T>
Wrap a value as Sensitive
.
This function is an alias for [Sensitive::new
].