pub trait Os: for<'a> OsInner<'a> { }
Expand description

OS supertrait for all possible lifetimes

Use this for convenience. Chances are, once GAT are implemented, only OS will be kept.

It naturally provides all OsInner functions.

Implementors