Testing procedural macros
This commit is contained in:
@@ -13,7 +13,9 @@ pub(crate) fn get_static(file: &String) -> Response<Body> {
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn get_rendered() {}
|
||||
pub(crate) fn get_rendered(file: &String) -> Response<Body> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn read_static(file: &String) -> Result<Vec<u8>, Box<dyn std::error::Error + Send + Sync>> {
|
||||
let mut buf = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user