msg_
tool
0.1.5
Custom
Fn
Required Methods
read_size
Implementors
In msg_
tool::
scripts::
cat_
system::
cstl
msg_tool
::
scripts
::
cat_system
::
cstl
Trait
CustomFn
Copy item path
Source
trait CustomFn { // Required method fn
read_size
(&mut self) ->
Result
<
usize
>; }
Available on
crate feature
cat-system
only.
Required Methods
§
Source
fn
read_size
(&mut self) ->
Result
<
usize
>
Implementors
§
Source
§
impl<T:
Read
>
CustomFn
for T