Enum parables_testing::linker::Push[][src]

pub enum Push<'a> {
    Bytes(Vec<u8>),
    Unlinked(&'a str),
}

Variants

Trait Implementations

impl<'a> Debug for Push<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Push<'a>

impl<'a> Sync for Push<'a>