file_info_handler

Function file_info_handler 

Source
pub async fn file_info_handler(
    __arg0: State<Arc<AppState>>,
    __arg1: Path<String>,
) -> Result<Json<FileInfoResponse>, AppError>