accepts 0.0.2

Minimal traits and blanket impls for sync/async acceptors (pipeline foundation)
Documentation
1
2
3
4
5
use core::future::Future;

use crate::AsyncAccepts;

super::impl_pointer!(AsyncAccepts::accept_async<'a>(&'a self, value: Value) -> impl Future<Output = ()> + 'a where Value: 'a);