kvarn_async::prelude::compact_str::core::cell

Struct BorrowError

1.13.0 · source
#[non_exhaustive]
pub struct BorrowError {}
Expand description

An error returned by RefCell::try_borrow.

Trait Implementations§

1.13.0 · source§

impl Debug for BorrowError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
1.13.0 · source§

impl Display for BorrowError