1
2
3
4
5
6
7
8
9
//! Trait fills.
//!
//! This will replace the following trait with an unimplementable mock in
//! `#[no_std]` environments:
//!
//! * [`ToOwned`]

#[doc(inline)]
pub use alloc::borrow::ToOwned;