pub trait IntoBlockingMap<M> {
type MapType;
// Required method
fn into_blocking_map(self) -> Self::MapType;
}
Expand description
Convert any FnMut
into a BlockingMapDef
.
pub trait IntoBlockingMap<M> {
type MapType;
// Required method
fn into_blocking_map(self) -> Self::MapType;
}
Convert any FnMut
into a BlockingMapDef
.