Expand description
In this module, there’re many traits/structs and fns defined,
for general purposes crossing over many modules of fpRust.
Structs§
- Linked
List Async - RawFunc
RawFuncstruct implements an useful container ofFnMut, which could be sent crossingchannels.- RawReceiver
RawReceiverstruct implements an useful container ofFnMut(Arc<T>) , receiving anArc<T>as its parameter.- Subscription
Func SubscriptionFuncstruct implements the interface ofSubscription, for general purposes crossing over many modules of fpRust.
Traits§
- Observable
Observablememorizes allSubscriptionand send notifications.- Subscription
Subscriptiontrait defines the interface of a broadcasting subscriber, for general purposes crossing over many modules of fpRust.- Unique
Id UniqueIdtrait 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
.