Expand description
In this module, there’re many trait
s/struct
s and fn
s defined,
for general purposes crossing over many modules of fpRust
.
Structs§
- Linked
List Async - RawFunc
RawFunc
struct implements an useful container ofFnMut
, which could be sent crossingchannel
s.- RawReceiver
RawReceiver
struct implements an useful container ofFnMut
(Arc<T>
) , receiving anArc<T>
as its parameter.- Subscription
Func SubscriptionFunc
struct implements the interface ofSubscription
, for general purposes crossing over many modules of fpRust.
Traits§
- Observable
Observable
memorizes allSubscription
and send notifications.- Subscription
Subscription
trait defines the interface of a broadcasting subscriber, for general purposes crossing over many modules of fpRust.- Unique
Id UniqueId
trait defines the interface of an object with an unique id, for general purposes crossing over many modules of fpRust.
Functions§
- generate_
id - get_mut
- Get a mut ref of a specific element of a Vec
.