[][src]Trait redis_lua::TakeScript

pub trait TakeScript<I> {
    type Item;
    fn take(self, inner: I) -> Self::Item;
}

Take another script as the inner of the script.

Associated Types

type Item

Loading content...

Required methods

fn take(self, inner: I) -> Self::Item

Take the inner script.

Loading content...

Implementors

Loading content...