Docs.rs
data-router-0.3.0
data-router 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
leekalan
Dependencies
counted_map ^0.3.0
normal
Versions
1.28%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
data_
router
0.3.0
View
Required Methods
view
Implementations on Foreign Types
Arc<Mutex<R>>
Arc<RwLock<R>>
Rc<Mutex<R>>
Rc<RefCell<R>>
Rc<RwLock<R>>
Implementors
In data_
router::
view
data_router
::
view
Trait
View
Copy item path
Source
pub trait View<E> { // Required method fn
view
(&mut self, event:
&E
) ->
Option
<
DeleteView
>; }
Required Methods
§
Source
fn
view
(&mut self, event:
&E
) ->
Option
<
DeleteView
>
Implementations on Foreign Types
§
Source
§
impl<E, R:
View
<E>>
View
<E> for
Rc
<
RefCell
<R>>
Source
§
fn
view
(&mut self, event:
&E
) ->
Option
<
DeleteView
>
Source
§
impl<E, R:
View
<E>>
View
<E> for
Rc
<
Mutex
<R>>
Source
§
fn
view
(&mut self, event:
&E
) ->
Option
<
DeleteView
>
Source
§
impl<E, R:
View
<E>>
View
<E> for
Rc
<
RwLock
<R>>
Source
§
fn
view
(&mut self, event:
&E
) ->
Option
<
DeleteView
>
Source
§
impl<E, R:
View
<E>>
View
<E> for
Arc
<
Mutex
<R>>
Source
§
fn
view
(&mut self, event:
&E
) ->
Option
<
DeleteView
>
Source
§
impl<E, R:
View
<E>>
View
<E> for
Arc
<
RwLock
<R>>
Source
§
fn
view
(&mut self, event:
&E
) ->
Option
<
DeleteView
>
Implementors
§
Source
§
impl<E>
View
<E> for
PassReceiver
Source
§
impl<E, R:
View
<E>>
View
<E> for
ArcLinked
<R>
Source
§
impl<E, R:
View
<E>>
View
<E> for
RcLinked
<R>