Struct java_properties::PropertiesError [−][src]
pub struct PropertiesError { /* fields omitted */ }Expand description
The error type for reading and writing properties files.
Implementations
Returns the 1-based line number associated with the error, if available.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PropertiesErrorimpl Send for PropertiesErrorimpl Sync for PropertiesErrorimpl Unpin for PropertiesErrorimpl !UnwindSafe for PropertiesError