Enum inline_assets::FilePathError [−][src]
Augmented std::io::Error so that it shows what line is causing the problem.
Variants
InvalidPath(String)A std::io::ErrorKind::NotFound error with the offending line in the string parameter
FileReadError(String, Error)Any other file read error that is not NotFound
Trait Implementations
impl Debug for FilePathError[src]
impl Debug for FilePathErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for FilePathError[src]
impl Error for FilePathErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for FilePathError[src]
impl Display for FilePathErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for FilePathError[src]
impl From<Error> for FilePathErrorAuto Trait Implementations
impl Send for FilePathError
impl Send for FilePathErrorimpl Sync for FilePathError
impl Sync for FilePathError