Function serde::__private::ser::constrain

source ·
pub fn constrain<T: ?Sized>(t: &T) -> &T
Expand description

Used to check that serde(getter) attributes return the expected type. Not public API.