mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
use ntex-bytes instead of bytes
This commit is contained in:
parent
0b2dda93be
commit
0f796c7642
18 changed files with 34 additions and 24 deletions
|
@ -39,7 +39,7 @@ impl<'a> ResourcePath for &'a str {
|
|||
}
|
||||
}
|
||||
|
||||
impl ResourcePath for bytestring::ByteString {
|
||||
impl ResourcePath for ntex_bytes::ByteString {
|
||||
fn path(&self) -> &str {
|
||||
&*self
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue