[][src]Trait rye::Termination

pub trait Termination: Sealed { }

Arbitrary return values in test cases.

Implementations on Foreign Types

impl Termination for ()[src]

impl<E> Termination for Result<(), E> where
    E: Into<Error>, 
[src]

Loading content...

Implementors

Loading content...