Type Definition chemfiles::Result 
                   
                       [−]
                   
               [src]
type Result<T> = Result<T, Error>;
Custom result type for working with errors in chemfiles
type Result<T> = Result<T, Error>;
Custom result type for working with errors in chemfiles