Struct macaroons::verifier::Func [] [src]

pub struct Func<F: Fn(&str) -> bool>(pub F);

Trait Implementations

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