pub fn is_delegatable_return(ty: &TypeRef) -> boolExpand description
Return types are more permissive — Named types work via .into() (core→binding From exists).
Json is delegatable: the binding returns a JSON string and the core serde_json::Value
is serialized via .to_string() by wrap_return_with_mutex_mapped.