Struct ply_rs::ply::ConsistencyError
[−]
[src]
pub struct ConsistencyError { /* fields omitted */ }
Contains a description, why a given Ply
object isn't consistent and could not be made consistent.
Methods
impl ConsistencyError
[src]
fn new(description: &str) -> Self
[src]
Create a new error object with a given description of the problem.
Trait Implementations
impl Debug for ConsistencyError
[src]
impl Display for ConsistencyError
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more