Type Definition matterdb::generic::ErasedAccess[][src]

type ErasedAccess<'a> = GenericAccess<GenericRawAccess<'a>>;

Most generic access to the database, encapsulating any of base accesses and any of possible access restrictions.

Implementations

impl ErasedAccess<'_>[src]

pub fn is_mutable(&self) -> bool[src]

Checks if the underlying access is mutable.