[][src]Trait sfwtools::error::SfwResError

pub trait SfwResError<T> {
    pub fn sfw_err(self, fstr: &str) -> Result<T, Error>
    where
        Self: Sized
; }

Required methods

pub fn sfw_err(self, fstr: &str) -> Result<T, Error> where
    Self: Sized
[src]

Intended as a potentially non-fatal error, typically used in library code.

Loading content...

Implementations on Foreign Types

impl<T> SfwResError<T> for Result<T, Error>[src]

impl<T> SfwResError<T> for Option<T>[src]

Loading content...

Implementors

Loading content...