mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-28 21:41:16 +00:00
Re-export layer_fn
and LayerFn
from tower (#516)
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
parent
d25589d3a6
commit
7d3443e6f0
@ -2,7 +2,7 @@
|
||||
//!
|
||||
//! [`Layer`]: crate::Layer
|
||||
|
||||
pub use tower_layer::Layer;
|
||||
pub use tower_layer::{layer_fn, Layer, LayerFn};
|
||||
|
||||
/// Utilities for combining layers
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user