Type Definition bf::common::BfResult [−][src]
type BfResult<T> = Result<T, Error>;
The result type for Brainfuck operations that can fail.
This is Result specialized to the four kinds of Brainfuck
Errors
type BfResult<T> = Result<T, Error>;
The result type for Brainfuck operations that can fail.
This is Result specialized to the four kinds of Brainfuck
Errors