Skip to main content

OcpiText

Type Alias OcpiText 

Source
pub type OcpiText = OcpiString<UNBOUNDED>;
Expand description

A string with no length limit in the specification.

See UNBOUNDED.

Aliased Typeยง

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