Expand description

Commonly used traits bundled for easy import.

This module provides an easy way to import some traits.

Examples

use cursive_core::traits::*;

Traits

Provides call_on<V: View> to views.

Makes a view wrappable in an NamedView.

Makes a view wrappable in a ResizedView.

Makes a view wrappable in a ScrollView.

Main trait defining a view behaviour.

Generic trait to enable chainable API