Module uclicious::traits[][src]

Expand description

Various traits that help you reduce boilerplate while using uclicious.

Traits

Implement this trait on your types in order for automatic derive to work. This is a copy of TryFrom.

A safe-ish interface that can be used as var handler. It’s not implemented for a lot of things right now.