Re-export layer_fn and LayerFn from tower (#516)

Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
David Pedersen 2021-01-11 17:56:26 +01:00 committed by GitHub
parent d25589d3a6
commit 7d3443e6f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
//!
//! [`Layer`]: crate::Layer
pub use tower_layer::Layer;
pub use tower_layer::{layer_fn, Layer, LayerFn};
/// Utilities for combining layers
///