Skip to main content

FrameBoundDsl

Trait FrameBoundDsl 

Source
pub trait FrameBoundDsl {
    // Required methods
    fn preceding(self) -> OffsetPreceding;
    fn following(self) -> OffsetFollowing;
}
Expand description

Construct a frame clause for window functions from an integer

Required Methods§

Source

fn preceding(self) -> OffsetPreceding

Use the preceding frame clause specification

Source

fn following(self) -> OffsetFollowing

Use the following frame clause specification

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl FrameBoundDsl for u64

Implementors§