Type Alias Gpt1

Source
pub type Gpt1<'a> = Gpt<'a, _1>;

Aliased Type§

struct Gpt1<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> Gpt1<'a>

Source

pub const fn new_gpt1(ccm: &'a Ccm) -> Self