TeeState
runtime
0.1.0
TeeState
Required Methods
common
Implementations on Foreign Types
Rc<T>
Implementors
In runtime::
globals::
streams::
readable::
tee
runtime
::
globals
::
streams
::
readable
::
tee
Trait
TeeState
Copy item path
Source
pub(crate) trait TeeState { // Required method fn
common
(&self) -> &
TeeCommonState
; }
Required Methods
§
Source
fn
common
(&self) -> &
TeeCommonState
Implementations on Foreign Types
§
Source
§
impl<T:
TeeState
>
TeeState
for
Rc
<T>
Source
§
fn
common
(&self) -> &
TeeCommonState
Implementors
§
Source
§
impl
TeeState
for
TeeBytesState
Source
§
impl
TeeState
for
TeeDefaultState