[][src]Type Definition fungus::FuResult

type FuResult<T> = Result<T, FuError>;

Result<T> provides a simplified result type with a common error type