Skip to main content

Drafts

Trait Drafts 

Source
pub trait Drafts: Scope { }
Expand description

Scopes with readable drafts (org / inbox / pod). Draft writes (create, update, delete, send) are inbox-only and live on Scoped<InboxScope>.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§