We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reader#scan
Keep taking as long as the closure keeps returning Some. Useful for reading element symbols, and other information from molfiles.
Some
Follows the method of the same name in this.
pub fn scan<T>( &mut self cb: impl Fn(&Vec<Character>) -> Option<Action<T>>, ) -> Result<Option<T>, Error> { // as in article }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Keep taking as long as the closure keeps returning
Some
. Useful for reading element symbols, and other information from molfiles.Follows the method of the same name in this.
The text was updated successfully, but these errors were encountered: