Trait sp_session::GetSessionNumber [−][src]
pub trait GetSessionNumber { fn session(&self) -> SessionIndex; }
A utility trait to get a session number. This is implemented for
MembershipProof
below to fetch the session number the given session
membership proof is for. It is useful when we need to deal with key owner
proofs generically (i.e. just typing against the KeyOwnerProofSystem
trait) but still restrict their capabilities.
Required methods
fn session(&self) -> SessionIndex
[src]
Implementations on Foreign Types
impl GetSessionNumber for Void
[src]
impl GetSessionNumber for Void
[src]fn session(&self) -> SessionIndex
[src]
Implementors
impl GetSessionNumber for MembershipProof
[src]
impl GetSessionNumber for MembershipProof
[src]