Crate trailing_cell [] [src]

Structs

TcReader

TcReader<T,M> maintains its local T object. The reader will receive and apply incoming M messages to its T whenever explicitly invoked by update, update_limited or implicity by get_mut_fresh.

TcWriter

A set of connected TcWriter<M>s have any number (initially 0) of reading TcWriter objects for any types T (typically the same type T). The data within some reader r can be then accessed by dereferencing *r.

Traits

TakesMessage

Prerequisite trait for any struct to be the 'wrapped' value of a TcReader