Home
last modified time | relevance | path

Searched defs:Tpl (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/
Dlib.rs623 pub enum Tpl { enum
655 pub fn new(tpl: Tpl, cb: EventNotifyCallback<'e>) -> Self { in new()