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

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

Required methods

fn identity(&self) -> Vec<u8>

Loading content...

Implementors

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

Loading content...