scirust::error::SRResult [] [src]

type SRResult<T> = Result<T, SRError>;

A convenient typedef of the return value of SciRust API whenever applicable.