Skip to main content

StatementAlt

Trait StatementAlt 

Source
pub trait StatementAlt<'a>: Graph<'a> { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<'a> StatementAlt<'a> for Again<'a>

Source§

impl<'a> StatementAlt<'a> for Defer<'a>

Source§

impl<'a> StatementAlt<'a> for Forget<'a>

Source§

impl<'a> StatementAlt<'a> for LineOperations<'a>

Source§

impl<'a> StatementAlt<'a> for Print<'a>