Add missing "pub"
This commit is contained in:
parent
850b4579a8
commit
2c940d0ca8
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ impl<HP, DP> Parser<HP, DP> where
|
|||
}
|
||||
}
|
||||
|
||||
fn read<FD>(&self, s: String) -> Result<(FileHeaderData, FD), ParserError>
|
||||
pub fn read<FD>(&self, s: String) -> Result<(FileHeaderData, FD), ParserError>
|
||||
where FD: FileData + Sized,
|
||||
DP: FileDataParser<FD>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue