[][src]Trait sqs_lambda::cache::Cacheable

pub trait Cacheable {
    pub fn identity(&self) -> Vec<u8>;
}

Required methods

pub fn identity(&self) -> Vec<u8>[src]

Loading content...

Implementors

impl<H> Cacheable for H where
    H: Hash
[src]

Loading content...