pub fn span<AnnotatedFieldsT, WriteT>(
annotated_fields: &AnnotatedFieldsT,
field_name: &str,
writer: &mut WriteT,
context: &DepictionContext<'_>,
) -> Result<()>where
AnnotatedFieldsT: AnnotatedStruct,
WriteT: Write,Expand description
Location tag for Depict.