pear
0.2.9
Slice
Implementors
In pear::
input
pear
::
input
Trait
Slice
Copy item path
Source
pub trait Slice<I:
Input
>:
Show
+
Length
+
PartialEq
<I::
Slice
> { }
Implementors
§
Source
§
impl<I:
Input
, S>
Slice
<I> for S
where S:
Show
+
Length
+
PartialEq
<I::
Slice
>,