build(deps): update public-api requirement in the cargo-crates group

Updates the requirements on [public-api](https://github.com/cargo-public-api/cargo-public-api) to permit the latest version.

Updates `public-api` to 0.40.0
- [Release notes](https://github.com/cargo-public-api/cargo-public-api/releases)
- [Changelog](https://github.com/cargo-public-api/cargo-public-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cargo-public-api/cargo-public-api/compare/public-api-v0.40.0...public-api-v0.40.0)

---
updated-dependencies:
- dependency-name: public-api
  dependency-type: direct:production
  dependency-group: cargo-crates
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1090/head
dependabot[bot] 2 months ago committed by Tamir Duberstein
parent e423fce58f
commit f20a09d053
No known key found for this signature in database

@ -79,7 +79,7 @@ object = { version = "0.36", default-features = false }
once_cell = { version = "1.20.1", default-features = false } once_cell = { version = "1.20.1", default-features = false }
proc-macro-error = { version = "1.0", default-features = false } proc-macro-error = { version = "1.0", default-features = false }
proc-macro2 = { version = "1", default-features = false } proc-macro2 = { version = "1", default-features = false }
public-api = { version = "0.40.0", default-features = false } public-api = { version = "0.41.0", default-features = false }
quote = { version = "1", default-features = false } quote = { version = "1", default-features = false }
rand = { version = "0.8", default-features = false } rand = { version = "0.8", default-features = false }
rbpf = { version = "0.3.0", default-features = false } rbpf = { version = "0.3.0", default-features = false }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -42,11 +42,11 @@ pub fn aya_log_common::Argument::try_from(value: U) -> core::result::Result<T, <
impl<T, U> core::convert::TryInto<U> for aya_log_common::Argument where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log_common::Argument where U: core::convert::TryFrom<T>
pub type aya_log_common::Argument::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log_common::Argument::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log_common::Argument::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log_common::Argument::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log_common::Argument where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log_common::Argument where T: 'static + ?core::marker::Sized
pub fn aya_log_common::Argument::type_id(&self) -> core::any::TypeId pub fn aya_log_common::Argument::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log_common::Argument where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log_common::Argument where T: ?core::marker::Sized
pub fn aya_log_common::Argument::borrow(&self) -> &T pub fn aya_log_common::Argument::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log_common::Argument where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log_common::Argument where T: ?core::marker::Sized
pub fn aya_log_common::Argument::borrow_mut(&mut self) -> &mut T pub fn aya_log_common::Argument::borrow_mut(&mut self) -> &mut T
impl<T> core::clone::CloneToUninit for aya_log_common::Argument where T: core::clone::Clone impl<T> core::clone::CloneToUninit for aya_log_common::Argument where T: core::clone::Clone
pub unsafe fn aya_log_common::Argument::clone_to_uninit(&self, dst: *mut u8) pub unsafe fn aya_log_common::Argument::clone_to_uninit(&self, dst: *mut u8)
@ -86,11 +86,11 @@ pub fn aya_log_common::DisplayHint::try_from(value: U) -> core::result::Result<T
impl<T, U> core::convert::TryInto<U> for aya_log_common::DisplayHint where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log_common::DisplayHint where U: core::convert::TryFrom<T>
pub type aya_log_common::DisplayHint::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log_common::DisplayHint::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log_common::DisplayHint::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log_common::DisplayHint::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log_common::DisplayHint where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log_common::DisplayHint where T: 'static + ?core::marker::Sized
pub fn aya_log_common::DisplayHint::type_id(&self) -> core::any::TypeId pub fn aya_log_common::DisplayHint::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log_common::DisplayHint where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log_common::DisplayHint where T: ?core::marker::Sized
pub fn aya_log_common::DisplayHint::borrow(&self) -> &T pub fn aya_log_common::DisplayHint::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log_common::DisplayHint where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log_common::DisplayHint where T: ?core::marker::Sized
pub fn aya_log_common::DisplayHint::borrow_mut(&mut self) -> &mut T pub fn aya_log_common::DisplayHint::borrow_mut(&mut self) -> &mut T
impl<T> core::clone::CloneToUninit for aya_log_common::DisplayHint where T: core::clone::Clone impl<T> core::clone::CloneToUninit for aya_log_common::DisplayHint where T: core::clone::Clone
pub unsafe fn aya_log_common::DisplayHint::clone_to_uninit(&self, dst: *mut u8) pub unsafe fn aya_log_common::DisplayHint::clone_to_uninit(&self, dst: *mut u8)
@ -129,11 +129,11 @@ pub fn aya_log_common::Level::try_from(value: U) -> core::result::Result<T, <T a
impl<T, U> core::convert::TryInto<U> for aya_log_common::Level where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log_common::Level where U: core::convert::TryFrom<T>
pub type aya_log_common::Level::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log_common::Level::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log_common::Level::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log_common::Level::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log_common::Level where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log_common::Level where T: 'static + ?core::marker::Sized
pub fn aya_log_common::Level::type_id(&self) -> core::any::TypeId pub fn aya_log_common::Level::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log_common::Level where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log_common::Level where T: ?core::marker::Sized
pub fn aya_log_common::Level::borrow(&self) -> &T pub fn aya_log_common::Level::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log_common::Level where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log_common::Level where T: ?core::marker::Sized
pub fn aya_log_common::Level::borrow_mut(&mut self) -> &mut T pub fn aya_log_common::Level::borrow_mut(&mut self) -> &mut T
impl<T> core::clone::CloneToUninit for aya_log_common::Level where T: core::clone::Clone impl<T> core::clone::CloneToUninit for aya_log_common::Level where T: core::clone::Clone
pub unsafe fn aya_log_common::Level::clone_to_uninit(&self, dst: *mut u8) pub unsafe fn aya_log_common::Level::clone_to_uninit(&self, dst: *mut u8)
@ -167,11 +167,11 @@ pub fn aya_log_common::RecordField::try_from(value: U) -> core::result::Result<T
impl<T, U> core::convert::TryInto<U> for aya_log_common::RecordField where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log_common::RecordField where U: core::convert::TryFrom<T>
pub type aya_log_common::RecordField::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log_common::RecordField::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log_common::RecordField::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log_common::RecordField::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log_common::RecordField where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log_common::RecordField where T: 'static + ?core::marker::Sized
pub fn aya_log_common::RecordField::type_id(&self) -> core::any::TypeId pub fn aya_log_common::RecordField::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log_common::RecordField where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log_common::RecordField where T: ?core::marker::Sized
pub fn aya_log_common::RecordField::borrow(&self) -> &T pub fn aya_log_common::RecordField::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log_common::RecordField where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log_common::RecordField where T: ?core::marker::Sized
pub fn aya_log_common::RecordField::borrow_mut(&mut self) -> &mut T pub fn aya_log_common::RecordField::borrow_mut(&mut self) -> &mut T
impl<T> core::clone::CloneToUninit for aya_log_common::RecordField where T: core::clone::Clone impl<T> core::clone::CloneToUninit for aya_log_common::RecordField where T: core::clone::Clone
pub unsafe fn aya_log_common::RecordField::clone_to_uninit(&self, dst: *mut u8) pub unsafe fn aya_log_common::RecordField::clone_to_uninit(&self, dst: *mut u8)

@ -28,11 +28,11 @@ impl<T> alloc::borrow::ToOwned for aya_log_parser::Fragment where T: core::clone
pub type aya_log_parser::Fragment::Owned = T pub type aya_log_parser::Fragment::Owned = T
pub fn aya_log_parser::Fragment::clone_into(&self, target: &mut T) pub fn aya_log_parser::Fragment::clone_into(&self, target: &mut T)
pub fn aya_log_parser::Fragment::to_owned(&self) -> T pub fn aya_log_parser::Fragment::to_owned(&self) -> T
impl<T> core::any::Any for aya_log_parser::Fragment where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log_parser::Fragment where T: 'static + ?core::marker::Sized
pub fn aya_log_parser::Fragment::type_id(&self) -> core::any::TypeId pub fn aya_log_parser::Fragment::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log_parser::Fragment where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log_parser::Fragment where T: ?core::marker::Sized
pub fn aya_log_parser::Fragment::borrow(&self) -> &T pub fn aya_log_parser::Fragment::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log_parser::Fragment where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log_parser::Fragment where T: ?core::marker::Sized
pub fn aya_log_parser::Fragment::borrow_mut(&mut self) -> &mut T pub fn aya_log_parser::Fragment::borrow_mut(&mut self) -> &mut T
impl<T> core::clone::CloneToUninit for aya_log_parser::Fragment where T: core::clone::Clone impl<T> core::clone::CloneToUninit for aya_log_parser::Fragment where T: core::clone::Clone
pub unsafe fn aya_log_parser::Fragment::clone_to_uninit(&self, dst: *mut u8) pub unsafe fn aya_log_parser::Fragment::clone_to_uninit(&self, dst: *mut u8)
@ -66,11 +66,11 @@ impl<T> alloc::borrow::ToOwned for aya_log_parser::Parameter where T: core::clon
pub type aya_log_parser::Parameter::Owned = T pub type aya_log_parser::Parameter::Owned = T
pub fn aya_log_parser::Parameter::clone_into(&self, target: &mut T) pub fn aya_log_parser::Parameter::clone_into(&self, target: &mut T)
pub fn aya_log_parser::Parameter::to_owned(&self) -> T pub fn aya_log_parser::Parameter::to_owned(&self) -> T
impl<T> core::any::Any for aya_log_parser::Parameter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log_parser::Parameter where T: 'static + ?core::marker::Sized
pub fn aya_log_parser::Parameter::type_id(&self) -> core::any::TypeId pub fn aya_log_parser::Parameter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log_parser::Parameter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log_parser::Parameter where T: ?core::marker::Sized
pub fn aya_log_parser::Parameter::borrow(&self) -> &T pub fn aya_log_parser::Parameter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log_parser::Parameter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log_parser::Parameter where T: ?core::marker::Sized
pub fn aya_log_parser::Parameter::borrow_mut(&mut self) -> &mut T pub fn aya_log_parser::Parameter::borrow_mut(&mut self) -> &mut T
impl<T> core::clone::CloneToUninit for aya_log_parser::Parameter where T: core::clone::Clone impl<T> core::clone::CloneToUninit for aya_log_parser::Parameter where T: core::clone::Clone
pub unsafe fn aya_log_parser::Parameter::clone_to_uninit(&self, dst: *mut u8) pub unsafe fn aya_log_parser::Parameter::clone_to_uninit(&self, dst: *mut u8)

@ -32,13 +32,13 @@ pub fn aya_log::Error::try_from(value: U) -> core::result::Result<T, <T as core:
impl<T, U> core::convert::TryInto<U> for aya_log::Error where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::Error where U: core::convert::TryFrom<T>
pub type aya_log::Error::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::Error::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::Error::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::Error::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> alloc::string::ToString for aya_log::Error where T: core::fmt::Display + core::marker::Sized impl<T> alloc::string::ToString for aya_log::Error where T: core::fmt::Display + ?core::marker::Sized
pub fn aya_log::Error::to_string(&self) -> alloc::string::String pub fn aya_log::Error::to_string(&self) -> alloc::string::String
impl<T> core::any::Any for aya_log::Error where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::Error where T: 'static + ?core::marker::Sized
pub fn aya_log::Error::type_id(&self) -> core::any::TypeId pub fn aya_log::Error::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::Error where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::Error where T: ?core::marker::Sized
pub fn aya_log::Error::borrow(&self) -> &T pub fn aya_log::Error::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::Error where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::Error where T: ?core::marker::Sized
pub fn aya_log::Error::borrow_mut(&mut self) -> &mut T pub fn aya_log::Error::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::Error impl<T> core::convert::From<T> for aya_log::Error
pub fn aya_log::Error::from(t: T) -> T pub fn aya_log::Error::from(t: T) -> T
@ -59,11 +59,11 @@ pub fn aya_log::DefaultFormatter::try_from(value: U) -> core::result::Result<T,
impl<T, U> core::convert::TryInto<U> for aya_log::DefaultFormatter where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::DefaultFormatter where U: core::convert::TryFrom<T>
pub type aya_log::DefaultFormatter::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::DefaultFormatter::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::DefaultFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::DefaultFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::DefaultFormatter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::DefaultFormatter where T: 'static + ?core::marker::Sized
pub fn aya_log::DefaultFormatter::type_id(&self) -> core::any::TypeId pub fn aya_log::DefaultFormatter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::DefaultFormatter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::DefaultFormatter where T: ?core::marker::Sized
pub fn aya_log::DefaultFormatter::borrow(&self) -> &T pub fn aya_log::DefaultFormatter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::DefaultFormatter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::DefaultFormatter where T: ?core::marker::Sized
pub fn aya_log::DefaultFormatter::borrow_mut(&mut self) -> &mut T pub fn aya_log::DefaultFormatter::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::DefaultFormatter impl<T> core::convert::From<T> for aya_log::DefaultFormatter
pub fn aya_log::DefaultFormatter::from(t: T) -> T pub fn aya_log::DefaultFormatter::from(t: T) -> T
@ -87,11 +87,11 @@ pub fn aya_log::EbpfLogger::try_from(value: U) -> core::result::Result<T, <T as
impl<T, U> core::convert::TryInto<U> for aya_log::EbpfLogger where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::EbpfLogger where U: core::convert::TryFrom<T>
pub type aya_log::EbpfLogger::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::EbpfLogger::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::EbpfLogger::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::EbpfLogger::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::EbpfLogger where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::EbpfLogger where T: 'static + ?core::marker::Sized
pub fn aya_log::EbpfLogger::type_id(&self) -> core::any::TypeId pub fn aya_log::EbpfLogger::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::EbpfLogger where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::EbpfLogger where T: ?core::marker::Sized
pub fn aya_log::EbpfLogger::borrow(&self) -> &T pub fn aya_log::EbpfLogger::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::EbpfLogger where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::EbpfLogger where T: ?core::marker::Sized
pub fn aya_log::EbpfLogger::borrow_mut(&mut self) -> &mut T pub fn aya_log::EbpfLogger::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::EbpfLogger impl<T> core::convert::From<T> for aya_log::EbpfLogger
pub fn aya_log::EbpfLogger::from(t: T) -> T pub fn aya_log::EbpfLogger::from(t: T) -> T
@ -112,11 +112,11 @@ pub fn aya_log::Ipv4Formatter::try_from(value: U) -> core::result::Result<T, <T
impl<T, U> core::convert::TryInto<U> for aya_log::Ipv4Formatter where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::Ipv4Formatter where U: core::convert::TryFrom<T>
pub type aya_log::Ipv4Formatter::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::Ipv4Formatter::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::Ipv4Formatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::Ipv4Formatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::Ipv4Formatter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::Ipv4Formatter where T: 'static + ?core::marker::Sized
pub fn aya_log::Ipv4Formatter::type_id(&self) -> core::any::TypeId pub fn aya_log::Ipv4Formatter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::Ipv4Formatter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::Ipv4Formatter where T: ?core::marker::Sized
pub fn aya_log::Ipv4Formatter::borrow(&self) -> &T pub fn aya_log::Ipv4Formatter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv4Formatter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv4Formatter where T: ?core::marker::Sized
pub fn aya_log::Ipv4Formatter::borrow_mut(&mut self) -> &mut T pub fn aya_log::Ipv4Formatter::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::Ipv4Formatter impl<T> core::convert::From<T> for aya_log::Ipv4Formatter
pub fn aya_log::Ipv4Formatter::from(t: T) -> T pub fn aya_log::Ipv4Formatter::from(t: T) -> T
@ -137,11 +137,11 @@ pub fn aya_log::Ipv6Formatter::try_from(value: U) -> core::result::Result<T, <T
impl<T, U> core::convert::TryInto<U> for aya_log::Ipv6Formatter where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::Ipv6Formatter where U: core::convert::TryFrom<T>
pub type aya_log::Ipv6Formatter::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::Ipv6Formatter::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::Ipv6Formatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::Ipv6Formatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::Ipv6Formatter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::Ipv6Formatter where T: 'static + ?core::marker::Sized
pub fn aya_log::Ipv6Formatter::type_id(&self) -> core::any::TypeId pub fn aya_log::Ipv6Formatter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::Ipv6Formatter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::Ipv6Formatter where T: ?core::marker::Sized
pub fn aya_log::Ipv6Formatter::borrow(&self) -> &T pub fn aya_log::Ipv6Formatter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv6Formatter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::Ipv6Formatter where T: ?core::marker::Sized
pub fn aya_log::Ipv6Formatter::borrow_mut(&mut self) -> &mut T pub fn aya_log::Ipv6Formatter::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::Ipv6Formatter impl<T> core::convert::From<T> for aya_log::Ipv6Formatter
pub fn aya_log::Ipv6Formatter::from(t: T) -> T pub fn aya_log::Ipv6Formatter::from(t: T) -> T
@ -162,11 +162,11 @@ pub fn aya_log::LowerHexBytesFormatter::try_from(value: U) -> core::result::Resu
impl<T, U> core::convert::TryInto<U> for aya_log::LowerHexBytesFormatter where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::LowerHexBytesFormatter where U: core::convert::TryFrom<T>
pub type aya_log::LowerHexBytesFormatter::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::LowerHexBytesFormatter::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::LowerHexBytesFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::LowerHexBytesFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::LowerHexBytesFormatter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::LowerHexBytesFormatter where T: 'static + ?core::marker::Sized
pub fn aya_log::LowerHexBytesFormatter::type_id(&self) -> core::any::TypeId pub fn aya_log::LowerHexBytesFormatter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::LowerHexBytesFormatter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::LowerHexBytesFormatter where T: ?core::marker::Sized
pub fn aya_log::LowerHexBytesFormatter::borrow(&self) -> &T pub fn aya_log::LowerHexBytesFormatter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexBytesFormatter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexBytesFormatter where T: ?core::marker::Sized
pub fn aya_log::LowerHexBytesFormatter::borrow_mut(&mut self) -> &mut T pub fn aya_log::LowerHexBytesFormatter::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::LowerHexBytesFormatter impl<T> core::convert::From<T> for aya_log::LowerHexBytesFormatter
pub fn aya_log::LowerHexBytesFormatter::from(t: T) -> T pub fn aya_log::LowerHexBytesFormatter::from(t: T) -> T
@ -187,11 +187,11 @@ pub fn aya_log::LowerHexFormatter::try_from(value: U) -> core::result::Result<T,
impl<T, U> core::convert::TryInto<U> for aya_log::LowerHexFormatter where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::LowerHexFormatter where U: core::convert::TryFrom<T>
pub type aya_log::LowerHexFormatter::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::LowerHexFormatter::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::LowerHexFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::LowerHexFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::LowerHexFormatter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::LowerHexFormatter where T: 'static + ?core::marker::Sized
pub fn aya_log::LowerHexFormatter::type_id(&self) -> core::any::TypeId pub fn aya_log::LowerHexFormatter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::LowerHexFormatter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::LowerHexFormatter where T: ?core::marker::Sized
pub fn aya_log::LowerHexFormatter::borrow(&self) -> &T pub fn aya_log::LowerHexFormatter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexFormatter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::LowerHexFormatter where T: ?core::marker::Sized
pub fn aya_log::LowerHexFormatter::borrow_mut(&mut self) -> &mut T pub fn aya_log::LowerHexFormatter::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::LowerHexFormatter impl<T> core::convert::From<T> for aya_log::LowerHexFormatter
pub fn aya_log::LowerHexFormatter::from(t: T) -> T pub fn aya_log::LowerHexFormatter::from(t: T) -> T
@ -212,11 +212,11 @@ pub fn aya_log::LowerMacFormatter::try_from(value: U) -> core::result::Result<T,
impl<T, U> core::convert::TryInto<U> for aya_log::LowerMacFormatter where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::LowerMacFormatter where U: core::convert::TryFrom<T>
pub type aya_log::LowerMacFormatter::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::LowerMacFormatter::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::LowerMacFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::LowerMacFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::LowerMacFormatter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::LowerMacFormatter where T: 'static + ?core::marker::Sized
pub fn aya_log::LowerMacFormatter::type_id(&self) -> core::any::TypeId pub fn aya_log::LowerMacFormatter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::LowerMacFormatter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::LowerMacFormatter where T: ?core::marker::Sized
pub fn aya_log::LowerMacFormatter::borrow(&self) -> &T pub fn aya_log::LowerMacFormatter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::LowerMacFormatter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::LowerMacFormatter where T: ?core::marker::Sized
pub fn aya_log::LowerMacFormatter::borrow_mut(&mut self) -> &mut T pub fn aya_log::LowerMacFormatter::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::LowerMacFormatter impl<T> core::convert::From<T> for aya_log::LowerMacFormatter
pub fn aya_log::LowerMacFormatter::from(t: T) -> T pub fn aya_log::LowerMacFormatter::from(t: T) -> T
@ -237,11 +237,11 @@ pub fn aya_log::UpperHexBytesFormatter::try_from(value: U) -> core::result::Resu
impl<T, U> core::convert::TryInto<U> for aya_log::UpperHexBytesFormatter where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::UpperHexBytesFormatter where U: core::convert::TryFrom<T>
pub type aya_log::UpperHexBytesFormatter::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::UpperHexBytesFormatter::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::UpperHexBytesFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::UpperHexBytesFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::UpperHexBytesFormatter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::UpperHexBytesFormatter where T: 'static + ?core::marker::Sized
pub fn aya_log::UpperHexBytesFormatter::type_id(&self) -> core::any::TypeId pub fn aya_log::UpperHexBytesFormatter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::UpperHexBytesFormatter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::UpperHexBytesFormatter where T: ?core::marker::Sized
pub fn aya_log::UpperHexBytesFormatter::borrow(&self) -> &T pub fn aya_log::UpperHexBytesFormatter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexBytesFormatter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexBytesFormatter where T: ?core::marker::Sized
pub fn aya_log::UpperHexBytesFormatter::borrow_mut(&mut self) -> &mut T pub fn aya_log::UpperHexBytesFormatter::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::UpperHexBytesFormatter impl<T> core::convert::From<T> for aya_log::UpperHexBytesFormatter
pub fn aya_log::UpperHexBytesFormatter::from(t: T) -> T pub fn aya_log::UpperHexBytesFormatter::from(t: T) -> T
@ -262,11 +262,11 @@ pub fn aya_log::UpperHexFormatter::try_from(value: U) -> core::result::Result<T,
impl<T, U> core::convert::TryInto<U> for aya_log::UpperHexFormatter where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::UpperHexFormatter where U: core::convert::TryFrom<T>
pub type aya_log::UpperHexFormatter::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::UpperHexFormatter::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::UpperHexFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::UpperHexFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::UpperHexFormatter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::UpperHexFormatter where T: 'static + ?core::marker::Sized
pub fn aya_log::UpperHexFormatter::type_id(&self) -> core::any::TypeId pub fn aya_log::UpperHexFormatter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::UpperHexFormatter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::UpperHexFormatter where T: ?core::marker::Sized
pub fn aya_log::UpperHexFormatter::borrow(&self) -> &T pub fn aya_log::UpperHexFormatter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexFormatter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::UpperHexFormatter where T: ?core::marker::Sized
pub fn aya_log::UpperHexFormatter::borrow_mut(&mut self) -> &mut T pub fn aya_log::UpperHexFormatter::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::UpperHexFormatter impl<T> core::convert::From<T> for aya_log::UpperHexFormatter
pub fn aya_log::UpperHexFormatter::from(t: T) -> T pub fn aya_log::UpperHexFormatter::from(t: T) -> T
@ -287,11 +287,11 @@ pub fn aya_log::UpperMacFormatter::try_from(value: U) -> core::result::Result<T,
impl<T, U> core::convert::TryInto<U> for aya_log::UpperMacFormatter where U: core::convert::TryFrom<T> impl<T, U> core::convert::TryInto<U> for aya_log::UpperMacFormatter where U: core::convert::TryFrom<T>
pub type aya_log::UpperMacFormatter::Error = <U as core::convert::TryFrom<T>>::Error pub type aya_log::UpperMacFormatter::Error = <U as core::convert::TryFrom<T>>::Error
pub fn aya_log::UpperMacFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error> pub fn aya_log::UpperMacFormatter::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
impl<T> core::any::Any for aya_log::UpperMacFormatter where T: 'static + core::marker::Sized impl<T> core::any::Any for aya_log::UpperMacFormatter where T: 'static + ?core::marker::Sized
pub fn aya_log::UpperMacFormatter::type_id(&self) -> core::any::TypeId pub fn aya_log::UpperMacFormatter::type_id(&self) -> core::any::TypeId
impl<T> core::borrow::Borrow<T> for aya_log::UpperMacFormatter where T: core::marker::Sized impl<T> core::borrow::Borrow<T> for aya_log::UpperMacFormatter where T: ?core::marker::Sized
pub fn aya_log::UpperMacFormatter::borrow(&self) -> &T pub fn aya_log::UpperMacFormatter::borrow(&self) -> &T
impl<T> core::borrow::BorrowMut<T> for aya_log::UpperMacFormatter where T: core::marker::Sized impl<T> core::borrow::BorrowMut<T> for aya_log::UpperMacFormatter where T: ?core::marker::Sized
pub fn aya_log::UpperMacFormatter::borrow_mut(&mut self) -> &mut T pub fn aya_log::UpperMacFormatter::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for aya_log::UpperMacFormatter impl<T> core::convert::From<T> for aya_log::UpperMacFormatter
pub fn aya_log::UpperMacFormatter::from(t: T) -> T pub fn aya_log::UpperMacFormatter::from(t: T) -> T

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save