mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
docs: add docstring for ColumnCountBuilder::execute
This commit is contained in:
parent
bdaf0eb853
commit
ad526cc717
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ impl<
|
||||||
__file_path: typed_builder::Optional<Option<PathBuf>>,
|
__file_path: typed_builder::Optional<Option<PathBuf>>,
|
||||||
> ColumnCountBuilder<(__file_path, __file_data)>
|
> ColumnCountBuilder<(__file_path, __file_data)>
|
||||||
{
|
{
|
||||||
|
/// Returns the column count.
|
||||||
pub fn execute(self) -> Result<usize> {
|
pub fn execute(self) -> Result<usize> {
|
||||||
let builder = self.__build();
|
let builder = self.__build();
|
||||||
column_count(builder.file_path, builder.file_data)
|
column_count(builder.file_path, builder.file_data)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue