Skip to main content

CiText

Type Alias CiText 

Source
pub type CiText = CiString<UNBOUNDED>;
Expand description

A CiString with no length limit in the specification.

Used by Parking.apds_reference, the one CiString in OCPI 2.3.0 written without a maximum.

See UNBOUNDED.

Aliased Typeยง

pub struct CiText(/* private fields */);