Trait etag::Etag [] [src]

pub trait Etag {
    fn etag(&self) -> String;
}

Trait that provides calculation of ETag field for type.

Required Methods

Calculates ETag value.

Implementors