mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-31 10:46:58 +02:00
depend on repo
This commit is contained in:
@@ -12,10 +12,6 @@ pub struct Blank<R, E> {
|
||||
}
|
||||
|
||||
impl<R, E> Blank<R, E> {
|
||||
//pub fn new() -> Blank<R, E> {
|
||||
// Blank { _t: PhantomData }
|
||||
//}
|
||||
|
||||
pub fn err<E1>(self) -> Blank<R, E1> {
|
||||
Blank { _t: PhantomData }
|
||||
}
|
||||
|
Reference in New Issue
Block a user