Type Definition symtern::Result [] [src]

type Result<T> = Result<T, Error>;

Result type used by fallible operations in symtern.