pub fn property(i: Data<'_>) -> IResult<Data<'_>, PropertyData<'_>, VcardError>Expand description
Parse all properties that aren’t delimiters (BEGIN, VERSION, END).
pub fn property(i: Data<'_>) -> IResult<Data<'_>, PropertyData<'_>, VcardError>Parse all properties that aren’t delimiters (BEGIN, VERSION, END).