pub trait ProjectIdExt { // Required method fn raw(self) -> u64; }
An extension trait for project ids that makes working with Option<ProjectId> simpler.
Option<ProjectId>
Returns the underlying u64.
u64