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
Error
s
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
Error
s