Struct ck3save::Ck3Error [−][src]
pub struct Ck3Error(_);
An Ck3 Error
Implementations
impl Ck3Error[src]
impl Ck3Error[src]pub fn kind(&self) -> &Ck3ErrorKind[src]
Return the specific type of error
Trait Implementations
impl From<Ck3ErrorKind> for Ck3Error[src]
impl From<Ck3ErrorKind> for Ck3Error[src]fn from(err: Ck3ErrorKind) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for Ck3Error
impl !RefUnwindSafe for Ck3Errorimpl !UnwindSafe for Ck3Error
impl !UnwindSafe for Ck3Error