pub fn serde_get_prop<T: Serialize>(
target: &T,
prefix: &str,
name: &str,
is_secret: bool,
kind: PropKind,
display_secret_terminals: &[&str],
) -> Result<String>Expand description
Get a property value via serde serialization.