macro_rules! implTryThreadUnsafe {
($for:ty, $( $t:tt $( : $tb:ident)? ),*) => { ... };
}
Expand description
Macro to automatically implement TryCacheStore
on a struct that implements
ThreadSafeTryCacheStore
macro_rules! implTryThreadUnsafe {
($for:ty, $( $t:tt $( : $tb:ident)? ),*) => { ... };
}
Macro to automatically implement TryCacheStore
on a struct that implements
ThreadSafeTryCacheStore