Context

Trait Context 

Source
pub trait Context: Debug { }
Expand description

Metadata associated with an I/O stream. The context will be available to all super::Writable implementations. For each value that it may provide, it should implement ContextProvides for that type.

Implementors§