Struct macaroons::verifier::ByteFunc [] [src]

pub struct ByteFunc<F: Fn(&[u8]) -> bool>(pub F);

Trait Implementations

impl<F> Verifier for ByteFunc<F> where F: Fn(&[u8]) -> bool
[src]