bitcoind-log-parser 0.1.3

Parse Bitcoind Log Lines
Documentation
1
2
3
use crate::log_line::log_message::parse_error::ParseError;

pub type ParseResult<T> = Result<T, ParseError>;