[][src]Trait spirit::fragment::Optional

pub trait Optional { }

A trait similar to Stackable, but marking the ability to be optional.

This allows using the Fragment as Option<F>. This is automatically implemented for all Stackable fragments.

Implementors

impl<F: Stackable> Optional for F[src]

Loading content...